Hi all!
I try to use the webslider in a WebTab with the settings AsyncMode=On and EnableLoadOnDemand=True. When I initially load the page and the tab with the slider is visible, it is working fine. Now I switch through the tabs. When I switch to the tab with the Slider again the slider doesn't work anymore. I can't drag the thumb anymore!!! When I try it the cursor switches to the "no drag allowed cursor" (the circle with the stroke through it).
Why is this happening? What am I doing wrong?
Thx in advance
Bob
This may be due to the Slider being built on top of the Akido framework which is built on ASP.NET AJAX. The ASP.NET AJAX implementation differs from the WARP implementation and may lead to incompatibilities. Since the tab's built in AJAX uses the WARP implementation, I would recommend that you use an update panel inside of each tab or outside the entire tab control and turn off the built in Ajax of the tab.
I have an UltraWebTab with several tabs, and each tab has a table (which itself contains nested tables). Within the cells of the tables, I have various charts, gauges, combo boxes, etc. I have placed one of the tabs within a WARP panel, and this works fine except for the slider, which doesn't work properly within the WARP, which I understand is because of AKIDO.
I have tried using an Update Panel instead of the WARP, but I get error messages no matter where I try to put the update panel. I can't put it around the entire UltraWebTab, I can't put it inside a particular tab, I can't put it inside of a table, a table row, or a table cell. I always get an error saying "such-and-such must have items of type such-and-so...<asp:updatepanel> is of type such-and-something-else."
I had been hoping the new release (Version=9.1.20091.1015) would solve this problem, but alas...
What can I do to obtain AJAX functionality for at least one tab within my UltraWebTab?