I have a grid with a few columns at a set width. When the window is resized smaller the columns that don't have a column size are hidden.
Is there anyway to have them not get smaller than a certain width?
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 04 Mar 2010, 10:05 AM
Hello mk,
I am afraid min-width for RadGrid columns is not supported. You can either set explicit widths to all columns, or arrange the page layout in such a way, that the whole RadGrid control does not shrink beyond a certain width (e.g. set min-width to its container).
Greetings,
Dimo
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.