:: Documentation >>

selector width

Sets or retrieves the width of the grid row selector (in pixels).

Syntax

var value = obj.getSelectorWidth(); 
obj.setSelectorWidth(value);        

obj.onSelectorWidthChanging = function(value){...}; 
obj.onSelectorWidthChanged = function(value){...}; 
obj.onSelectorWidthError = function(value){...}; 

Defined in

selector model

Examples

obj.setSelectorWidth(100);

Remarks

The width argument should be numeric (do not use "px", "em" or other CSS units).

See also

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

Comments

how do i get ellipses in row count to show numbers Paul (1)

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