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
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?
Please let our support department know of any issues you are having with the UltraWebGrid in an UpdatePanel. If it is not working correctly, we will fix it.
If you decide to migrate to the UpdatePanel, you can use the RegisterStartupScript method to let you know when a refresh occurs. There were some other ways to accomplish this that I came across when doing a google search.
I am not so sure what you say is actually true, when I put an UltraWebGrid in an update panel rowfiltering, sorting, etc. did fire the panel async postback but the results did not render correctly. The only way I got it working was using the WARP (as recommended by IG support in other posts). I am know relying on the WARP for the client side events it exposes (RefreshComplete etc) so I cannot switch back to the ASP.NET updatepanel easily. My WebTab and WebSlider are in a usercontrol embedded in the WARP so breaking the slider out of the WARP is going to be messy. It seems like there should be a answer to this one ... I am currently considering scrapping the webslider and coding my own JavaScript slider events.
All of our controls should work inside of a MS Update Panel. All of our controls minus the Aikido controls, ie. the WebSlider, work inside of a WARP. If for some reason you still have to use WARP then I would recommend you do not nest the Update Panel inside of a WARP and vice versa. Remember Aikido controls will not work inside of a tab with AJAX enabled or a WARP.
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Web_WARP_and_WebTab.html
Sung Kim, excuse me
But most of Infragisics controls does not work with the UpdatePanel of AJAX Extentions 1.x. In this case, Infragistics usually advice to use WebAsyncRefreshPanel for such controls (example, UltraWebGrid 35 so on). They work correctly with WARP. So I could not understand why WebSlider is so differ of them.On my web page I have a lot of controls, that can be used only with WARP. Now I want to add WebSlider, that should be linked to this controls (see its events and send them events). I could not imagine how to do this if i add also UpdatePanel.
Need your help!