Gets or sets the index of the selected row.

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

Syntax

JavaScript
function get_selectedIndex();
function set_selectedIndex(value);

Remarks

Changing of this property causes the data to be sent to server. Sending will be done via postback or callback mechanism depending upon the value of CallbackOptions property.

See Also