:: Home >>

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

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

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