Table of Contents
selectCell Method 

Selects a cell.

Syntax
JavaScript
 Grid.selectCell(itemIndex, cellIndex)

Parameters

itemIndex
The index of the item that would contain the selected cell.
cellIndex
The index of the cell to be selected.
Remarks

Set itemIndex to -1 to unselect any selected cell.

See Also