This example shows how to implement custom extensions that add the "Save As" and "Delete" menu items to the Web Dashboard's UI:
- The "Save As" menu item allows users to save the current dashboard with a new name.
- The "Delete" menu item deletes the opened dashboard from dashboard storage.
The image below shows the result of the extensions implementation:
To add this functionality to your application, add the extension scripts to the page and register the extensions in the control with the DashboardControl.registerExtension method call.
These extensions also require server configuration.
- DeleteExtension.js
- SaveAsExtension.js
- Index.cshtml
- HomeController.cs
- Global.asax.cs
- CustomDashbboardStorage.cs
- Dashboard for Web Forms - How to implement the Save As and Delete functionality by creating custom extensions
- Dashboard for ASP.NET Core - How to implement the Save As and Delete functionality by creating custom extensions
- Dashboard for HTML JavaScript - How to implement Save As and Delete functionality by creating custom extensions
(you will be redirected to DevExpress.com to submit your response)