Updates the record at the specified row index using the field values of the row.

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

Syntax

C#
public virtual void UpdateRow(
	int rowIndex
)
Visual Basic
Public Overridable Sub UpdateRow ( _
	rowIndex As Integer _
)

Parameters

rowIndex
Type: System..::..Int32
The index of the row to update.

See Also