Question
How to refresh one section from another?
I have a Tabs, which include different "section include" in each tab. And when the length of page list in one section is changed, i need to refresh other section.
I tried to use declare onchange and call activity with the step "Call ReloadSection" (with name of section and stremclass), but it didn't refresh.
And tried to set "Refresh Condition" for properties changes - it worked when i changed properties values, but when delete or add item - not refreshed (condition AddDelete didn't work too, because it triggered only when grid at the same section). So, can anyone help me with this issue?
Thanks in advance,
Kaverin Vyacheslav
Depends on how you have your sections set up and when you want it to change. If your page list is being updated simply by add/delete you can just add a refresh-othersection action on your add and delete buttons on your grid. If your page list is changing behind the scenes outside of your grid, i think your refresh condition idea is the right approach but you may need to set up some type of flag/counter property and just update that property when ever the page list size has changed and then the refresh condition should see that and refresh.
Hope that helps.
-Thanks
Sean