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

[Solved] Slider OnValueChanged not getting called

2 Answers 217 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Christian McCarrick
Top achievements
Rank 1
Christian McCarrick asked on 24 Jun 2007, 12:34 AM

I have multiple sliders on a page, when I set the AutoPostBack = true and then set the  OnValueChanged="sldDistance_onValueChanged" on the control, it will post back fine, but any code that I have in my sldDistance_onValueChanged() method will never get called.   It does not matter whether i put the slider control in an update panel or by itself, the server side code never gets reached.  Any client side events get called fine.  Any thoughts?

I can't even seem to manually hook up to the event:

sldDistance.ValueChanged += new EventHandler(sldDistance_ValueChanged);

that also does not seem to work in my code to subscribe to the event.

2 Answers, 1 is accepted

Sort by
0
Petio Petkov
Telerik team
answered on 25 Jun 2007, 08:27 AM

Hello Christian,

It seems that everything in your code is correct. You can see a running example from our online examples with this event.
We experienced such a problem (when slider is in masterPage) in our first version of the Prometheus controls so please download the latest RadControls Prometheus version. If the problem continues to appear, please open a new support ticket and send us your simple running project.



Sincerely yours,
Petio Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Christian McCarrick
Top achievements
Rank 1
answered on 25 Jun 2007, 05:18 PM
I have downloaded the latest version and I am still having the same issue.  I will create a support ticket, but I do not know how long it will take to create a simple project.
Tags
Slider
Asked by
Christian McCarrick
Top achievements
Rank 1
Answers by
Petio Petkov
Telerik team
Christian McCarrick
Top achievements
Rank 1
Share this question
or