ASPxClientVerticalGridBatchEditApi.DeleteRecordByKey(key) Method
Deletes a record with a specified key value when ASPxVerticalGrid is in Batch Edit mode.
Declaration
DeleteRecordByKey(
key: any
): void
Parameters
Name | Type | Description |
---|---|---|
key | any | An object that uniquely identifies the record. |
Remarks
In this mode, the ASPxVerticalGrid control allows you to delete a record with a specified key value on the client side and send all changes to the server in one request.
See Also