ASPxClientGridViewBatchEditApi.GetCellValueByKey(key, columnFieldNameOrId) Method
In This Article
Gets the value of the specified cell.
#Declaration
TypeScript
GetCellValueByKey(
key: any,
columnFieldNameOrId: string,
initial?: boolean
): any
#Parameters
Name | Type | Description |
---|---|---|
key | any | A String value that identifies the row by its key value. |
column |
string | A string value that specifies the field name or unique identifier (the column’s Web |
initial | boolean |
|
#Returns
Type | Description |
---|---|
any | An object containing the specified cell’s value. |
See Also