DataGrid.RealAdditionalRows

Syntax

RealAdditionalRows: Object;

Description

The RealAdditionalRows property compares real indexes with additional data series for asynchronous table.

Comments

The property contains a JSON object, which key contains real data index, and value contains series object.

It is used only in asynchronous table work mode.

The property is read-only.

Example

The example of use is given on the page with description of the DataGrid.RealToGlobalIndexes property.

See also:

DataGrid