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

ASPxClientGridViewBatchEditApi.RecoverRow(visibleIndex) Method

Recovers the specified row when ASPxGridView is in Batch Edit mode.

Declaration

RecoverRow(
    visibleIndex: number
): void

Parameters

Name Type Description
visibleIndex number

An integer value that identifies the row index.

Remarks

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

See Also