Hi,
I can set the Grid property Resizable="true" to allow the user to adjust the column width.
I want save all column width in the Localstorage to restore it after a page refresh.
How can I read the width of all columns and set at first load? I use Blazor Server.
Exists an event "OnColumnWidthResized"?
Best regards,
Peter