ASPxClientGridView.GetPageRowValues(fieldNames, onCallback) Method
In This Article
Returns the row values displayed within the current page.
#Declaration
TypeScript
GetPageRowValues(
fieldNames: string,
onCallback: ASPxClientGridViewValuesCallback
): void
#Parameters
Name | Type | Description |
---|---|---|
field |
string | The names of data source fields whose values are returned. |
on |
ASPx |
A ASPx |
See Also