DataGrid.getCellValueInSource

Syntax

getCellValueInSource(rowIndex: Number, colIndex: Number|String);

Parameters

rowIndex. Table row index.

colIndex. index or name of table column.

Description

The getCellValueInSource method returns cell value from table data source.

Comments

The method returns a JSON object that has the following fields: value - unformatted cell value, rawValue - formatted value, cellSettings - cell settings, StyleIndex - cell style index.

Example

The example of use is given on the page with description of the DataGrid.getCellInSource method.

See also:

DataGrid