:: Documentation >>

cell selected

Indicates whether the cell is selected. This property is derived from the selected columns and selected rows arrays and used to calculate the cell state property.

Syntax

var value = obj.getCellSelected(); 
obj.setCellSelected(value);        

obj.onCellSelectedChanging = function(value){...}; 
obj.onCellSelectedChanged = function(value){...}; 
obj.onCellSelectedError = function(value){...}; 

Defined in

cell model

Examples

alert(obj.getCellSelected(0, 0)); // check if the top-left cell is selected

See also

Grid templates: cell
Cell model: text, image, tooltip, link, value, data, format, editable, state

Comments

set cell selected rahonam (0)

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