ASPxClientGridViewBatchEditApi.GetCellValueByKey(key, columnFieldNameOrId) Method
Gets the value of the specified cell.
Declaration
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. |
columnFieldNameOrId | string | A string value that specifies the field name or unique identifier (the column’s WebColumnBase.Name property value) of a column containing the processed cell. |
initial | boolean |
|
Returns
Type | Description |
---|---|
any | An object containing the specified cell’s value. |
See Also