getCellValueInSource(rowIndex: Number, colIndex: Number|String);
rowIndex. Table row index.
colIndex. index or name of table column.
The getCellValueInSource method returns cell value from table data source.
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.
The example of use is given on the page with description of the DataGrid.getCellInSource method.
See also: