Skip to main content
A newer version of this page is available. .

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