The RadSlider is charming when sliding over a decimal range.
Now how about sliding over a date/time/period. I.e. Maximum=max-date, Minimum=min-date, TickFrequency=1day, and so on?
Is there something like that?
Cheers,
Z
2 Answers, 1 is accepted
0
Pavel R. Pavlov
Telerik team
answered on 04 Jul 2013, 05:41 AM
Hi,
Can you please take a look at our RadTimeBar, RadTimePicker and ReaTimeLine controls. I believe that some of them will fit your scenario. Furthermore, you can see our online demonstration projects.
I hope this information will help you.
Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>
You can use the RadSlider to slide dates. Even if you need IsSelectionRangeEnabled for a dual slider.
The slider selects between a range of double values. You can set up the start and end values to be the number of ticks in the start and end datetime values you want for your range. By default ticks are a long but you can just cast this to a double when getting/setting the slider values. Then put a text box for display of the value (or two for a Range slider) which is bound to a property which calculates the datetime from the tick value of the slider.