Skip to main content

ASPxClientVerticalGridBatchEditApi.DeleteRecord(visibleIndex) Method

Deletes the specified record when ASPxVerticalGrid is in Batch Edit mode.

Declaration

DeleteRecord(
    visibleIndex: number
): void

Parameters

Name Type Description
visibleIndex number

The record’s visible index.

Remarks

In this mode, the ASPxVerticalGrid control allows you to delete the specified record on the client side and send all changes to the server in one request.

See Also