I have several tabs, one tab(tabone) has data which a second tab(tabtwo) can update.
If a user views tabtwo first and makes changes and then views tabone, the changes are shown because tabone has not yet been created. If they then make further changes to tabtwo and then go back and view tabone the changes aren't displayed because the object has already been created.
How do you update tabone with these changes? I am after updating a listGrid (RestDataSource).
I tried using getTabObject() and passing in the index of tabone and then tried to access the listGrid via pane and use fetchData(). It keeps saying object does not exist.
If a user views tabtwo first and makes changes and then views tabone, the changes are shown because tabone has not yet been created. If they then make further changes to tabtwo and then go back and view tabone the changes aren't displayed because the object has already been created.
How do you update tabone with these changes? I am after updating a listGrid (RestDataSource).
I tried using getTabObject() and passing in the index of tabone and then tried to access the listGrid via pane and use fetchData(). It keeps saying object does not exist.
Comment