ASPxClientVerticalGridValuesCallback Interface
Represents a JavaScript function which receives the list of record values when the client ASPxClientVerticalGrid.GetRecordValues, ASPxVerticalGrid.GetCurrentPageRecordValues or ASPxClientVerticalGrid.GetSelectedFieldValues method is called.
Declaration
interface ASPxClientVerticalGridValuesCallback
Parameters
| Name | Type | Description |
|---|---|---|
| result | any | An object that represents the list of record values received from the server. |
Returns
| Type |
|---|
| void |