ASPxClientVerticalGridBatchEditApi.AddNewRecord Method
Adds a new record when ASPxVerticalGrid is in Batch Edit mode.
Declaration
AddNewRecord(): void
Remarks
In this mode, the ASPxVerticalGrid control allows you to add a new record on the client side and send all changes to the server in one request.
See Also