Skip to content

DevExpress-Examples/mvc-dashboard-custom-save-as-and-delete-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for MVC - How to implement Save As and Delete functionality by creating custom extensions

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.

Files to Look At

Documentation

More Examples