Back to Devexpress

Delete a Dashboard on the Web

dashboard-403961-web-dashboard-create-dashboards-on-the-web-delete-a-dashboard-on-the-web.md

latest1.4 KB
Original Source

Delete a Dashboard on the Web

  • Oct 21, 2022

The Web Dashboard does not allow users to delete dashboards from the dashboard storage out of the box. To enable this functionality, you can implement a custom extension that adds the Delete option.

The example below shows how to implement the custom extension that adds the Delete menu item to the Web Dashboard’s UI. The image below shows the result of such implementation (see the DeleteExtension.js file in the examples):

Download the example based on the platform:

View Example: ASP.NET Core View Example: ASP.NET MVC View Example: ASP.NET Web Forms

See Also

Extensions in the Web Dashboard