Datagrid property AllowColumnResize

When I am updating my page after a column resize, the width of the column changes back. So all resizes are lost.

Does this feature works also on Blazor server- side?

Is our demo working for you?
https://blazor.radzen.com/datagrid-column-resizing
It’s server side Blazor.

Hello,
in the demo I can resize the column. But in this sample the content is static, I mean there is
no update on the content. When you update your Demo with a data grid which has more entries
and where pagination is enabled, you will see that the resizing is lost when you go to the next page.

Here is the same demo with sorting and paging:


Where I can download this demo?