ASPxClientVerticalGrid.GetSelectedFieldValues(fieldNames, onCallback) Method
In This Article
Returns the record values displayed within all selected records.
#Declaration
TypeScript
GetSelectedFieldValues(
fieldNames: string,
onCallback: ASPxClientVerticalGridValuesCallback
): void
#Parameters
Name | Type | Description |
---|---|---|
field |
string | The names of data source fields separated by a semicolon, whose values within the selected records are returned. |
on |
ASPx |
A ASPx |
#Remarks
The GetSelectedFieldValues method sends a callback to the server to obtain the required field values and pass them back to the client. These values are received by the JavaScript function specified by the onCallback parameter.
See Also