Skip to content

Extend the default layout object to save additional information about the Grid layout.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/blazor-grid-save-restore-extended-layout

Repository files navigation

Grid for Blazor - Save and load extended information about the Grid layout

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.

Save and Restore Extended 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.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

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

About

Extend the default layout object to save additional information about the Grid layout.

Topics

Resources

License

Stars

Watchers

Forks