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

ASPxClientVerticalGridBatchEditApi.GetRecordVisibleIndices(includeDeleted) Method

Returns an array of record visible indices.

Declaration

GetRecordVisibleIndices(
    includeDeleted: boolean
): number[]

Parameters

Name Type Description
includeDeleted boolean

true, to include visible indices of deleted records to the returned array; otherwise, false.

Returns

Type Description
number[]

An array of integer values that are the visible indices of grid 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 GetRecordVisibleIndices method to get visible indices of records that are currently presented on the client side.

See Also