This demo shows the resizing capabilities of Telerik RadGrid. The product fully supports Row- and Column-resizing with an option for real-time resizing on the client. You merely need to set the respective properties from the control's property grid or in the code-behind: ClientSettings -> Resizing -> AllowRowResize = true ClientSettings -> Resizing -> AllowColumnResize = true ClientSettings -> Resizing -> EnableRealTimeResize = true
Developers can further control whether the whole grid will be resized on column resizing, or whether the rest of the columns will be adjusted to preserve the overall width of the grid: ClientSettings -> Resizing -> ResizeGridOnColumnResize = true/false You can also set whether the cell content will be clipped on column resizing: ClientSettings -> Resizing -> ClipCellContentOnResize = true/false
www.telerik.com | Terms of Use | Contact Us