DataSource.isIndexLoaded

Syntax

isIndexLoaded(index: Number);

Parameters

index. Element index.

Description

The isIndexLoaded method determines whether data for element with a specified index is loaded.

Comments

If the data is loaded, the method returns True, otherwise it returns False.

Example

The example of use is given on the page with description of the DataSource.clear method.

See also:

DataSource