Skip to main content
A newer version of this page is available. .

ASPxClientGridViewBatchEditApi.GetInsertedRowIndices Method

Returns an array of the inserted row visible indices.

Declaration

GetInsertedRowIndices(): number[]

Returns

Type Description
number[]

An array of integer values that are the visible indices of the inserted rows.

Remarks

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

Use the GetInsertedRowIndices method to get visible indices of rows that are newly created on the client side.

See Also