I have got a serious problem with triggers not updating the content of UpdatePanel at appropriate time. Here's the situation:
The master page holds three fieldset elements - each of those is dragable and resizable (YUI library). Inside each of those is an UpdatePanel. Each UpdatePanel holds part of the left side menu, so parts are separately draggable around the UI.
Next, the page that uses this master page further has four (4) more draggable fieldsets with UpdatePanel's inside. Each of these panels holds a part of the final content - drill down. So I need to update each lower UpdatePanel when the upper one changes. Each of the content panels actualy holds a WebUserControl (.ascx) and those all inherit from a base control that defines and fires a common event when something changes. This works. I debugged the event firing and it works just fine. The problem is that when i created Triggers and defined the controls that fire them and the common event nothing really happens. All those UpdatePanel's have their Mode set to Always so they did get updated even before i added triggers with a small problem that they got update after two clicks, thous showing what should have been shown one click back. Triggers actualy made no diference even dough I thought they would.
If anybody has had the same problem and have sessed it please post your solutions. Should the UpdatePanles have their Mode set to Partial in order for triggers to work?Hi LoneTiger,
This forum is specifically devoted to the"Atlas" Control Toolkit. You'll probably get a much better response if you post this question in either the"Atlas" Discussion and Suggestions or the"Atlas" UI forums where theUpdatePanel experts are.
Thanks,
Ted
Thanks Ted. I reposted the question at suggested forum. Is it possible to delete this one?
No comments:
Post a Comment