The DevExpress Blazor Grid allows you to save layout information between application sessions. This information includes only settings that a user can change in the built-in UI. This example illustrates how to extend the default layout object to save additional information about the Grid layout.
In this example, the Grid displays the following buttons in the toolbar:
Filter Row
Changes the ShowFilterRow property value.
Group Panel
Changes the ShowGroupPanel property value.
Search Box
Changes the ShowSearchBox property value.
Column Chooser
Shows the column chooser.
Save Layout
Saves default layout object and values of ShowFilterRow, ShowGroupPanel, and ShowSearchBox properties to the local storage.
Load Layout
Loads layout settings from the local storage and applies them to the Grid.
(you will be redirected to DevExpress.com to submit your response)