:: Documentation >>

row selected

Indicates whether the row is selected. This property is derived from the selected rows array and used to calculate the composite row state property.

Syntax

var value = obj.getRowSelected(); 
obj.setRowSelected(value);        

obj.onRowSelectedChanging = function(value){...}; 
obj.onRowSelectedChanged = function(value){...}; 
obj.onRowSelectedError = function(value){...}; 

Defined in

row model

Examples

alert(obj.getRowSelected(0)); // check if the first row is selected

See also

Row model: count, indices, position, offset, state, height

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