ASPxClientGridViewValuesCallback Interface
Represents a JavaScript function which receives the list of row values when the client ASPxClientGridView.GetRowValues, ASPxGridView.GetCurrentPageRowValues or ASPxClientGridView.GetSelectedFieldValues method is called.
Declaration
interface ASPxClientGridViewValuesCallback
Parameters
| Name | Type | Description |
|---|---|---|
| result | any | An object that represents the list of row values received from the server. |
Returns
| Type |
|---|
| void |
See Also