ASPxClientVerticalGrid.DeleteRecord(visibleIndex) Method
Deletes the specified record.
Declaration
DeleteRecord(
visibleIndex: number
): void
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | number | The record’s visible index. |
Remarks
Once the DeleteRecord method is called, the ASPxVerticalGrid.RecordDeleting event is raised. It allows you to cancel the delete operation. After a record has been deleted, the ASPxVerticalGrid.RecordDeleted event is raised.
End-users can delete records by clicking the Delete command item.
See Also