This example demonstrates how to add the "Save As" and "Delete" menu items to the Web Dashboard's UI by implementing the corresponding custom extensions:
- The Save As menu item allows end-users to save the current dashboard with a new name.
- The Delete menu item deletes the opened dashboard from the dashboard storage.
The image below shows the result of the extensions implementation.
- CustomDashboardStorage.cs (VB: CustomDashboardStorage.vb)
- Default.aspx (VB: Default.aspx.vb)
- Default.aspx.cs (VB: Default.aspx.vb)
- DeleteExtension.js (VB: DeleteExtension.js)
- SaveAsExtension.js (VB: SaveAsExtension.js)
- Dashboard for MVC - 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 JavaScript - How to implement Save As and Delete functionality by creating custom extensions
(you will be redirected to DevExpress.com to submit your response)