Hi,
I have two toolbars in two tables both of which are marked as runat="server"; One table is set as visible=false;
All of this is wrapped in a warp. On the click action of the first toolbar I set the other table to be visible during the partial page postback. Only the toolbar in that table (the one which is now visible) does not work, in that the button controls do not respond to click events and mouseovers. However, custom controls in the toolbar do work. This has only started happening since 7.3 hotfix 1049.
Any help would be greatly appreiciated.
Zack
After further investigation, I am getting a javascript error when the toolbar loads which is "Error initializing the UltraWebToolbar";
Could this be related to style sheets as I am using app styleing?
Any ideas?
Thanks