Hello,
When resizing a column in a RadGrid, widths of the next columns are automatically resized.
I would like to prevent that, or to freeze the column widths of some columns.
I tried the property EnableNextColumnResize set to false on my grid's (from http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/columns/resizing), but it doesn't change anything.
Is there any solution to this ?
Thanks and regards.