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

ASPxClientGridViewBatchEditApi.DeleteRowByKey(key) Method

Deletes a row with a specified key value when ASPxGridView is in Batch Edit mode.

Declaration

DeleteRowByKey(
    key: any
): void

Parameters

Name Type Description
key any

An object that uniquely identifies the row.

Remarks

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

See Also