:: Documentation >>

selector tooltip

Sets or retrieves the tooltip text in the grid row selector (selector tooltip).

Syntax

var value = obj.getSelectorTooltip(); 
obj.setSelectorTooltip(value);        

obj.onSelectorTooltipChanging = function(value){...}; 
obj.onSelectorTooltipChanged = function(value){...}; 
obj.onSelectorTooltipError = function(value){...}; 

Defined in

selector model

Examples

obj.setSelectorText("selector text"); 
obj.setSelectorImage("favorites");
obj.setSelectorTooltip("tooltip text"); // selector tooltip

Using a function (instead of the static text) -

obj.setSelectorTooltip(function(i){return "Row index = " + i});

See also

Grid templates: selector
Selector model: text, image, link, value, data, format
Tooltip properties: cell, header, footer, top, bottom

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