control.refreshTree()
- Last UpdatedJun 25, 2024
- 1 minute read
Use refreshTree() method to reload a tree.
Syntax
control.refreshTree();
Parameters
None.
Return Value
None.
Example
// Reload records in a data grid.
control.findById("T1").refreshTree();