This is a migrated thread and some comments may be shown as answers.

Linked sliders and update panels

1 Answer 38 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Marco
Top achievements
Rank 1
Marco asked on 16 Feb 2009, 11:36 AM
Hi,
i've three sliders in my page. After selecting a value in the first, the list of selectable value in the second changes. After selecting a value from the second slider the list of selectable values in the third changes. I tried putting slider2 and slider3 in an updatepanel each, but when i change value from the first slider, the second slider disappears.

How can i do it?
thanks,
Marco

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 18 Feb 2009, 06:35 PM
Hi Marco,
Your second slider could disappear in case there is a JS error, because the HTML of the slider control is created on the client. That is why, I suppose this is the problem in your case. In case you could send me your code, I will be able to check this on my side and find the cause for the problem. Generally, the current version of the RadSlider has one problem with the server ValueChanged event - this event is fired before Page_Load and the problem could be connected to this. This problem is already fixed and the fix will be available with the Futures release, scheduled for this Thursday.

However, as I am not certain that this is causing the problem you describe, it would be best if you could send me your code, so that I can research it.

Kind regards,
Tsvetie
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Slider
Asked by
Marco
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or