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

Silder Range Changed no longer works in 2011 Q2

1 Answer 33 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Shawn
Top achievements
Rank 1
Shawn asked on 18 Jul 2011, 04:12 PM
Already submitted support issue but Just checking to see if anyone else haveing this issue?

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 21 Jul 2011, 07:18 AM
Hi Shawn,

 The RadSlider has been re-factored during Q2 2011. Many of old existing databinding issues are resolved and its performance is improved as demonstrated in this blog post. The SelectionRangeChanged is not fired anymore and you are can now use the SelectionChanged event like so:

private void slider_SelectionChanged(object sender, Telerik.Windows.RadRoutedEventArgs e)
        {
            double start = this.slider.Selection.Start;
            double end = this.slider.Selection.End;
        }
Feel free to ask if you need more info on this.Best wishes,
Petar Mladenov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Slider
Asked by
Shawn
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or