I have my slider inside of a parent container whose display I am toggling with jQuery. This works correctly in Firefox, slightly less correctly in IE8, and not at all in Google Chrome. I found this post which said this issue was fixed in the newest release, but I'm guessing that fix was only for Firefox: http://www.telerik.com/community/forums/aspnet-ajax/slider/radslider-bind-it-in-a-repeater.aspx.
In Chrome all that renders is:
Here's my simple test case (nothing in the code behind), you can see that the slider in the toggled div never shows up (remember to test in Chrome):
Note: The OnClientLoaded "fix" didn't work for Chrome and was unnecessary for the other two browsers.
In Chrome all that renders is:
<div id="RadSlider1" class="RadSlider RadSlider_Vista " style="height:40px;width:400px;"> |
<input id="RadSlider1_ClientState" name="RadSlider1_ClientState" type="hidden" /> |
</div> |
Here's my simple test case (nothing in the code behind), you can see that the slider in the toggled div never shows up (remember to test in Chrome):
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
|
|