/mvc-dashboard-customize-before-displaying-browser

This example demonstrates how to define a custom Dashboard Storage and override the LoadDashboard method that is used to load dashboards.

Primary LanguageJavaScriptOtherNOASSERTION

Dashboard for MVC - How to customize a dashboard before displaying it in a browser

This example demonstrates how to define a custom Dashboard Storage and override the LoadDashboard method that is used to load dashboards. From this method, you can edit the loaded dashboard and provide the updated version to the ASP.NET MVC Dashboard control. In this example, a custom descendant of the DashboardFileStorage class is created. It allows defining the default parameter value and customizing the data source query to filter displayed data.

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)