EaxGridView.Rendered

Syntax

Rendered: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: vScrollState and hScrollState - indicate that vertical and horizontal scrollbars are displayed.

Description

The Rendered event occurs after the first drawing of the table in the express report working area.

Example

The example of event use is given on the Example of Creating the EaxGrid Component page.

See also:

EaxGridView