DataGrid.eachRowInSource

Syntax

eachRowInSource(action: Function, context: Function);

Parameters

action. Function performed for each table data series.

context. Function context.

Description

The eachRowInSource method performs the specified function for each table data series.

Example

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

See also:

DataGrid