Skip to main content

ASPxClientVerticalGridBatchEditApi.GetDeletedRecordIndices Method

Returns an array of the deleted record visible indices.

Declaration

GetDeletedRecordIndices(): number[]

Returns

Type Description
number[]

An array of integer values that are the visible indices of the deleted records.

Remarks

In the Batch Edit mode, the ASPxVerticalGrid control allows modifying a batch of grid data on the client side and sending it to the server in one request.

Use the GetDeletedRecordIndices method to get the visible indices of records that are deleted on the client side.

See Also