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

ASPxClientVerticalGrid.GetRecordValues(visibleIndex, fieldNames, onCallback) Method

Returns the values of the specified data source fields within the specified record.

Declaration

GetRecordValues(
    visibleIndex: number,
    fieldNames: string,
    onCallback: ASPxClientVerticalGridValuesCallback
): void

Parameters

Name Type Description
visibleIndex number

An integer value that identifies the record.

fieldNames string

The names of data source fields separated using a semicolon, whose values within the specified record are returned.

onCallback ASPxClientVerticalGridValuesCallback

An ASPxClientVerticalGridValuesCallback object that represents the JavaScript function which receives the list of record values as a parameter.

See Also