DataGrid.ContainerRendered

Syntax

ContainerRendered: function(sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The ContainerRendered event occurs on reloading table data from the source.

Example

The example of use is given on the page with description of the DataGrid.reset method.

See also:

DataGrid