Hi,
We have a question about the fetch behavior in 8.3 (v8.3p_2013-04-29 build).
In 8.2 (v8.2p_2013-03-04 build), whenever we call script like "treeGrid.fetchData({fetchIds: "_all_"})", the fetch action is actually executed, but in 8.3 the fetch is only executed once for the first time and is not executed again if we pass in with the same fetchIds.
This behavior actually breaks some behaviors in our product. We are wondering if this is a desired behavior, and if so is there any way to handle this condition?
We tried to use treeGrid.invalidateCache() to force the fetch but we lost the tree's open&collapse information at client side.
Thanks!
We have a question about the fetch behavior in 8.3 (v8.3p_2013-04-29 build).
In 8.2 (v8.2p_2013-03-04 build), whenever we call script like "treeGrid.fetchData({fetchIds: "_all_"})", the fetch action is actually executed, but in 8.3 the fetch is only executed once for the first time and is not executed again if we pass in with the same fetchIds.
This behavior actually breaks some behaviors in our product. We are wondering if this is a desired behavior, and if so is there any way to handle this condition?
We tried to use treeGrid.invalidateCache() to force the fetch but we lost the tree's open&collapse information at client side.
Thanks!
Comment