Panel state maintenance
18 Nov 20181 minute to read
The current layout structure of the Dashboard Layout control can be obtained and saved to construct another dashboard with same panel structure using the serialize public method of the control. This method returns the control’s current panel setting which can be used to construct a dashboard with the same layout settings.
The following sample demonstrates how to save and restore the state of the panels using the serialize method. Click Save to store the panel’s settings and click Restore to restore the previously saved panel settings.
NOTE
You can refer to our ASP.NET Core Dashboard Layout feature tour page for its groundbreaking feature representations. You can also explore our ASP.NET Core Dashboard Layout example to know how to present and manipulate data.