DefaultTabSheetDataSource.RangeLoaded

Syntax

RangeLoaded: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: Data - JSON object that has the properties Cells (array of table cells), Structure (table structure), Version (data version number), and Ranges - array of table cell ranges. The Structure property contains the following fields: MUR - maximum number of rows in the table, MUC - maximum number of columns, FR - index of the extreme fixed row, FC - index of the extreme fixed column, DefaultRow - object that contains visibility and height values for a default row, DefaultColumn - object that contains visibility and width values for a default column, DG - grid visibility indication, DCN - indication of column headings visibility, DRN - indication of row headings visibility.

Description

The RangeLoaded event is fired after loading cell ranges to table.

Example

The example of event use is given on the DefaultTabSheetDataSource Constructor page.

See also:

DefaultTabSheetDataSource