radzenhq / radzen-blazor

Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
https://www.radzen.com
MIT License
3.57k stars 798 forks source link

Save column width when using column resize (Datagrid) #771

Closed onemoreuserinthisworld closed 1 year ago

onemoreuserinthisworld commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

onemoreuserinthisworld commented 1 year ago

I apologize, for whatever reason it did not post my issue. I am trying to request a feature where the column width can be saved on resizing it.

enchev commented 1 year ago

This demo shows how to save various settings including column width after resize: https://blazor.radzen.com/datagrid-save-settings image

onemoreuserinthisworld commented 1 year ago

Great! Thanks for the info!