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

ASPxClientGridViewBatchEditApi.DeleteRow(visibleIndex) Method

Deletes the specified row when ASPxGridView is in Batch Edit.

Declaration

DeleteRow(
    visibleIndex: number
): void

Parameters

Name Type Description
visibleIndex number

An integer value that identifies the row index.

Remarks

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

See Also