The following example shows how to create a custom dashboard storage for ASPxDashboard by implementing the IEditableDashboardStorage interface. In this example, a DataSet is used as an in-memory storage of dashboards. This DataSet can be used later to save dashboards in the database using DataAdapter.
See also: ASPxDashboard - How to save dashboards to a data base
Question Comments
Added By: Thanakorn Saeliange at: 8/22/2016 10:29:53 AM I can't find the reference of DashboardStorageDataSet.Added By: John (DevExpress Support) at: 8/23/2016 4:22:21 AM Hi Thanakorn,
We have fixed this issue. Download the example again and let me know whether or not it operates correctly on your side. Added By: Thanakorn Saeliange at: 8/23/2016 8:34:20 AM Thank you for your help. I'am a newbie. Could you please tell me about the way to run the example file. Added By: Sergi (DevExpress Support) at: 8/23/2016 10:03:28 AM Download the Example Runner tool by clicking the corresponding link in the Downloads section on the right side of the window. After installing the tool, click the "Example" link to download and run the example locally.