EaxGridView.RequestMetadata

Syntax

RequestMetadata: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: IsReport - indicates that metadata is required for an express report, IsStatistics - indicates that statistic metadata is required.

Description

The RequestMetadata event is generated when the table source contains no metadata.

Example

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

See also:

EaxGridView