Skip to main content
A newer version of this page is available. .

ASPxClientVerticalGrid.DeleteRecord(visibleIndex) Method

Deletes the specified record.

Declaration

DeleteRecord(
    visibleIndex: number
): void

Parameters

Name Type Description
visibleIndex number

An integer value that identifies the record.

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