Hello, I would like to start by saying I love the new RadzenDataGrid and the new features added. These have been desired changes and am very happy to be able to provide these features to my end-users.
I have a problem I would like to solve related to the resize and column width properties of the RadzenDataGrid. My issue is that I would like to be able to set a minimum width to these columns to prevent the user, when minimizing a column, from "essentially" removing the column from the grid. What I mean is that with the resize property set to true, a user can minimize a column to not be present. Therefore if the user ever wanted this column to be wider (or visible again) then the user would need to refresh the page. I would like to only allow a user to minimize a column to a set minimum width, say 5-10 pixels in width, so that they effectively do not remove the column from the grid and can grab and resize the column if needed.
Is there a way via CSS, or the resize eventhandler, to style the columns in this way? If not can I suggest this be added as a RadzenDataGrid property or a GridColumn property? I can't imagine I'm the only one that dislikes being able to "delete" columns in this way.
Thank you in advance!