Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
WebSlider not working in WebTab
posted

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 

Parents
  • 10880
    posted

    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. 

Reply Children