Is there a way to do this? We have a tree that loadsdata on demand from a DMI. I want to be able to refresh a PickTree's resultTree onchange of another element in the same form. And thus, restarting the loaddataondemand feature again.
In other words,
1. Drill down on PickTree. LoadDataOnDemand allows for incremental fetches of data.
2. Select a value on different form select item.
3. Selection from #2 should destroy PickTree's ResultTree and allow for LoadDataOnDemand fetches to occur again and create a new ResultTree.
Thanks
In other words,
1. Drill down on PickTree. LoadDataOnDemand allows for incremental fetches of data.
2. Select a value on different form select item.
3. Selection from #2 should destroy PickTree's ResultTree and allow for LoadDataOnDemand fetches to occur again and create a new ResultTree.
Thanks
Comment