:: Home >>

selector visible

Shows or hides the grid row selector. The row selector is hidden by default.

Syntax

var value = obj.getSelectorVisible(); 
obj.setSelectorVisible(value);        

obj.onSelectorVisibleChanging = function(value){...}; 
obj.onSelectorVisibleChanged = function(value){...}; 
obj.onSelectorVisibleError = function(value){...}; 

Defined in

selector model

Examples

obj.setSelectorVisible(true);

See also

Grid templates: selector
Selector model: text, image, tooltip, link, value, data, format
Visible properties: header, footer

Comments

7 Feb 08
Can the selector color be set? Anthony (3)
17 Feb 06
Can I hide row numbers? Mike (6)

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

Documentation:

Recent changes:

2.6.0
2.5.0 - 2.5.6
2.5.6
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