Manage the State of DataGrids in Blazor Apps

April 5, 2024
Blazorise v1.5 adds the ability to save and load the DataGrid state as needed, enhancing the end user experience.

Blazorise is a versatile component library that empowers developers to build modern and feature-rich web applications using Blazor, a client-side web development framework from Microsoft. It offers a comprehensive collection of user interface components, including buttons, forms, tables, charts, and navigation elements, all built with accessibility and responsiveness in mind.

The Blazorise v1.5 update introduces DataGrid State Management. New LoadState and GetState methods enable you to load and save the state of the datagrid from/to LocalStorage. On the first render, the web page checks LocalStorage for saved states and loads them if they are available. This feature enables seamless preservation and restoration of user actions, such as sorting, filtering, and row selections, even when navigating away from or refreshing the page.

To see a full list of what’s new in version 1.5, see our release notes.

Blazorise is licensed per developer and is Runtime Royalty Free. Available in a variety of editions, Professional, Enterprise and Enterprise Plus, each providing different levels of support and services. See our Blazorise licensing page for full details.

For more information, visit our Blazorise product page.