Skip to main content

ASPxClientVerticalGridBatchEditApi.RecoverRecord(visibleIndex) Method

Recovers the specified record when ASPxVerticalGrid is in Batch Edit mode.

Declaration

RecoverRecord(
    visibleIndex: number
): void

Parameters

Name Type Description
visibleIndex number

The record’s visible index.

Remarks

In this mode, the ASPxVerticalGrid control allows you to recover the specified record on the client side and send all changes to the server in one request.

See Also