:: Documentation >>

selector resizable

Enables or disables resizing of the row selectors by dragging top selector corner with the mouse. If true - inserts draggable separator between the top selector and the first column header.

Syntax

var value = obj.getSelectorResizable(); 
obj.setSelectorResizable(value);        

obj.onSelectorResizableChanging = function(value){...}; 
obj.onSelectorResizableChanged = function(value){...}; 
obj.onSelectorResizableError = function(value){...}; 

Defined in

selector model

Examples

obj.setSelectorResizable(true);

See also

Grid templates: selector
Selector model: text, image, tooltip, link, value, data, format
Resizable properties: column

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