Gets a first selected cell in the grid.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function get_selectedCell();

Field Value

Returns a first selected cell in the grid or null if no cells are selected.

See Also