Deletes the record at the specified index from the data source.

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

Syntax

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

Parameters

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

See Also