GridResizableSettingsTagHelper
Example
<resizable/>
Attributes
Attribute | Type | Description |
---|---|---|
columns | Boolean | If set to true, users can resize columns by dragging the edges (resize handles) of their header cells. As of Kendo UI Q1 2015, users can also auto-fit a column by double-clicking its resize handle. In this case the column will assume the smallest possible width, which allows the column content to fit without wrapping.By default, column resizing is disabled. |
enabled | Boolean | |
rows | Boolean | If set to true, users can resize Grid rows by dragging their bottom edge. Users can also auto-fit a row by double-clicking its bottom edge. In this case the row will assume the smallest possible height, which allows the cells content to be fully displayed.In scenario where row selection is enabled, users are allowed to resize all selected rows at once by performing the resize interaction on one of them.By default, row resizing is disabled. |