I'm working with lazy loaded TreeGrid (loadDataOnDemand=false) and I try to select a specific node after data are fetched.
The problem is that when I access the Tree from TreeGrid, it does not contain any data.
gridPackages.getData().getAllNodes().length is 0.
i want to select first record after fetching data in TreeGrid.
1. the SmartGWT 2.3 LGPL version and all browser version(s) involved;
The problem is that when I access the Tree from TreeGrid, it does not contain any data.
gridPackages.getData().getAllNodes().length is 0.
i want to select first record after fetching data in TreeGrid.
1. the SmartGWT 2.3 LGPL version and all browser version(s) involved;
Comment