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