:: Home >>

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

No comments yet.
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