:: Home >>

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

No comments yet.
Comments will appear on this page and in the main forum.

Documentation:

Recent changes:

2.5.0 - 2.5.5
2.5.5
2.5.0 - 2.5.4
2.5.4
2.5.0 - 2.5.3
2.5.3
2.5.0 - 2.5.2
2.5.2
2.5, 2.5.1
2.5.1