We have a page with a WebAsyncRefreshPanel with some basic information and a separate UltraWebTab with finer-grained functionality. The UltraWebTab has the following properties - AsyncMode - On, AsyncOptions.EnableLoadOnDemand - true.
We want the panel to update when certain page buttons are clicked and when the tab changes in the UltraWebTab.
The buttons work fine, we have those wired up via the panel's AddLinkedRequestTrigger method.
However, we can't get the UltraWebTab to trigger the update no matter what we do. We have tried nesting the tabs in a separate warp panel and linking them, adding the tab control itself as a linked request trigger, etc., but nothing works.
How can we force a refresh of the warp panel when the tab changes?