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

ASPxClientGridViewBatchEditApi.RecoverRowByKey(key) Method

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

Declaration

RecoverRowByKey(
    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 recover a row with a specified key value on the client side and send all changes to the server in one request.

See Also