Table of Contents
getSelectedItem Method 

Returns the selected item.

Syntax
JavaScript
 Grid.getSelectedItem()
Remarks

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

See Also