TreeListBase.isPartialRequestPossible

Syntax

isPartialRequestPossible();

Description

The isPartialRequestPossible method determines whether branches can be partially loaded.

Comments

Partial loading of branches is available if the SortDirection or FilterString property was set up.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Check if partial loading is available
Tree.isPartialRequestPossible();
// -> true

After executing the example it is obtained whether branches can be partially loaded.

See also:

TreeListBase