:: Documentation >>

column resizable

Indicates whether the column is resizable.

Syntax

var value = obj.getColumnResizable(); 
obj.setColumnResizable(value);        

obj.onColumnResizableChanging = function(value){...}; 
obj.onColumnResizableChanged = function(value){...}; 
obj.onColumnResizableError = function(value){...}; 

Defined in

column model

Examples

obj.setColumnResizable(false, 0); // first column not resizable

Comments

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5