Hi Isomorphic,
I have a tree in Smart Client (using SC v8.3p_2013-09-17/Pro Deployment) whose data is loaded by a server response (using struts action and setting initialData on the tree grid). It seems like whenever initialData comes back as being empty, fetch data is automatically called on the tree (as seen in the smart client console). However, if initialData is not empty, fetch data is not called on the tree. I don't have any explicit calls to fetchData. Any ideas on what to look for or to prevent that fetch in the first case?
Thanks.
I have a tree in Smart Client (using SC v8.3p_2013-09-17/Pro Deployment) whose data is loaded by a server response (using struts action and setting initialData on the tree grid). It seems like whenever initialData comes back as being empty, fetch data is automatically called on the tree (as seen in the smart client console). However, if initialData is not empty, fetch data is not called on the tree. I don't have any explicit calls to fetchData. Any ideas on what to look for or to prevent that fetch in the first case?
Thanks.
Comment