MudBlazor/MudBlazor

MudDataGrid: Persist column settings (order, width, visibility)

Open

#11,334 opened on May 14, 2025

View on GitHub
 (12 comments) (12 reactions) (0 assignees)C# (1,631 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (10,394 stars)
PR merge metrics
 (Avg merge 6d 6h) (108 merged PRs in 30d)

Description

Feature request type

Enhance component

Component name

MudDataGrid

Is your feature request related to a problem?

Yes. In the grid list, user-specific settings such as column order, width, and visibility are lost when the page is refreshed or when the user revisits the page. This negatively affects the user experience.

Describe the solution you'd like

I want users to be able to change the order of columns, adjust their widths, and toggle their visibility in the grid. When any of these settings are changed, the final state should be saved to cookies, so that when the user returns to the page, the grid appears exactly as they left it.

Have you seen this feature anywhere else?

Yes, in DevExpress GridList.

Describe alternatives you've considered

No response

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributor guide