ASPxClientCardViewBatchEditApi.GetDeletedCardIndices Method
Returns an array of the deleted card visible indices.
Declaration
GetDeletedCardIndices(): number[]
Returns
Type | Description |
---|---|
number[] | An array of integer values that are the visible indices of the deleted card. |
Remarks
In the batch edit mode, the ASPxCardView control allows modifying a batch of data on the client side and sending it to the server in one request.
Use the GetDeletedCardIndices method to get visible indices of cards that are deleted on the client side.
See Also