ASPxClientVerticalGridBatchEditApi.RecoverRecordByKey(key) Method
Recovers a record with a specified key value when ASPxVerticalGrid is in Batch Edit mode.
Declaration
RecoverRecordByKey(
key: any
): void
Parameters
Name | Type | Description |
---|---|---|
key | any | An object that uniquely identifies the record. |
Remarks
In this mode, the ASPxVerticalGrid control allows you to recover a record with a specified key value on the client side and send all changes to the server in one request.
See Also