Hi All,
Is there a way to only have certain columns resize and reorder? (or really, not have certain columns resize or reorder?)
I have a grid with a checkbox at the left most column, then another column that is say, ORDER #. These should be static in size and frozen. All other columns should be resizeable and reorderable. My code is below. Please, any suggestions would be GREATLY appreciated.
Is there a way to only have certain columns resize and reorder? (or really, not have certain columns resize or reorder?)
I have a grid with a checkbox at the left most column, then another column that is say, ORDER #. These should be static in size and frozen. All other columns should be resizeable and reorderable. My code is below. Please, any suggestions would be GREATLY appreciated.
| <ClientSettings > |
| <Scrolling AllowScroll="True" UseStaticHeaders="true" ScrollHeight="500px" FrozenColumnsCount="2" /> |
| <Resizing |
| AllowColumnResize="True" |
| AllowRowResize = "false" |
| ResizeGridOnColumnResize = "false" |
| ClipCellContentOnResize = "true" |
| EnableRealTimeResize = "false" /> |
| </ClientSettings> |