ASPxClientVerticalGridBatchEditApi.GetUpdatedRecordIndices Method
Returns an array of the updated records visible indices.
Declaration
GetUpdatedRecordIndices(): number[]
Returns
Type | Description |
---|---|
number[] | An array of integer values that are the visible indices of the updated records. |
Remarks
In the batch edit mode, the ASPxVerticalGrid control allows modifying a batch of data on the client side and sending it to the server in one request.
Use the GetUpdatedRecordIndices method to get visible indices of records that are updated on the client side.
See Also