Skip to main content

ASPxClientVerticalGridBatchEditApi.GetInsertedRecordIndices Method

Returns an array of the inserted record visible indices.

Declaration

GetInsertedRecordIndices(): number[]

Returns

Type Description
number[]

An array of integer values that are the visible indices of the inserted 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 GetInsertedRecordIndices method to get the visible indices of records that are newly created on the client side.

See Also