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