SMART datagrid v.1 > Classes > GridColumn

Back  Forward

DataLudi.GridColumn.resizable  property

Specify whether to enable the user to change the width of this column. 

Defaults to true.

Getter
function resizable(): Boolean
Setter
function setResizable(value: Boolean)
Note
Code -1
    var col = grid.columnByName('colZender');
    col.setResizable(false);
See Also
width
movable
DisplayOptions.columnResizable
DisplayOptions.fixedColumnResizable
DisplayOptions.checkChildColumnResizable
Examples
Column Resizing
Column Grouping