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

This example implements custom extensions that add the Save As and Delete menu items to the Web Dashboard UI

Repository from Github https://github.comDevExpress-Examples/mvc-dashboard-custom-save-as-and-delete-extensionsRepository from Github https://github.comDevExpress-Examples/mvc-dashboard-custom-save-as-and-delete-extensions

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

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

This example implements custom extensions that add the Save As and Delete menu items to the Web Dashboard UI

License:Other


Languages

Language:C# 55.8%Language:JavaScript 24.3%Language:HTML 18.9%Language:ASP.NET 0.9%