ASPxClientVerticalGridBatchEditApi.IsNewRecord(visibleIndex) Method
Indicates if the record with specified visible index is newly created.
Declaration
IsNewRecord(
visibleIndex: number
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| visibleIndex | number | The record’s visible index. |
Returns
| Type | Description |
|---|---|
| boolean |
|
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 IsNewRecord method to determine if the record with the specified visible index is newly created on the client side.
See Also