I have added resizable columns to my RadGrid control, however I haven't figured out a way of setting the maximum width you can stretch the entire grid to. Does anyone know of a way to do this?
To avoid resizing the grid beyond a certain width on column resizing, you can set the grid width to the required value and then set the ResizeGridOnColumnResize property in the ClientSettings of the grid to false as shown below: