Hi Isomorphic,
We are using SmartGWT Pro 3.0 branch (02/02/2012 nightly build).
I have a question on how to load Tree nodes on demand for the large trees.
Please see the attached code.
case 1: setAutoFetchData(false) and setLoadDataOnDemand(true) --> do not get data
case 2: setAutoFetchData(true) and setLoadDataOnDemand(false) --> get all the data; takes long time
If I need to select some nodes, then sometimes I can get a warning window: "A script on this page may be busy..."
Can you please tell me how can I load Tree nodes on demand for the large trees?
Thank you.
We are using SmartGWT Pro 3.0 branch (02/02/2012 nightly build).
I have a question on how to load Tree nodes on demand for the large trees.
Please see the attached code.
case 1: setAutoFetchData(false) and setLoadDataOnDemand(true) --> do not get data
case 2: setAutoFetchData(true) and setLoadDataOnDemand(false) --> get all the data; takes long time
If I need to select some nodes, then sometimes I can get a warning window: "A script on this page may be busy..."
Can you please tell me how can I load Tree nodes on demand for the large trees?
Thank you.
Comment