Gets or sets the index of the item to be edited.

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

Syntax

JavaScript
function get_editIndex();
function set_editIndex(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