ASPxClientVerticalGrid.GetRecordKey(visibleIndex) Method
In This Article
Returns the key value of the specified data row (record in the vertical grid).
#Declaration
TypeScript
GetRecordKey(
visibleIndex: number
): string
#Parameters
Name | Type | Description |
---|---|---|
visible |
number | The record’s visible index. |
#Returns
Type | Description |
---|---|
string | A string representing the specified data row’s key value. If the index passed using the visible |
#Remarks
The GetRecordKey method is in effect for data rows (records in vertical grid) only - it does not work for category rows.
Note
If multiple key fields are set using the grid’s ASPx
See Also