isPartialRequestPossible();
The isPartialRequestPossible method determines whether branches can be partially loaded.
Partial loading of branches is available if the SortDirection or FilterString property was set up.
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: