ASPxClientGridView.GetPageRowValues(fieldNames, onCallback) Method
Returns the row values displayed within the current page.
Declaration
GetPageRowValues(
fieldNames: string,
onCallback: ASPxClientGridViewValuesCallback
): void
Parameters
Name | Type | Description |
---|---|---|
fieldNames | string | The names of data source fields whose values are returned. |
onCallback | ASPxClientGridViewValuesCallback | A ASPxClientGridViewValuesCallback object that represents the JavaScript function which receives the list of row values as a parameter. |
See Also