Table of Contents
getSelectedCell Method 

Returns the selected cell.

Syntax
JavaScript
 Grid.getSelectedCell()
Remarks

Selected cell only exists when Grid.FullRowMode is set to false. When FullRowMode is true, use getSelectedItem to get the selected item.

See Also