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

How can I 'slide' date and time on a RadSlider ?

2 Answers 239 Views
Slider
This is a migrated thread and some comments may be shown as answers.
ZZ
Top achievements
Rank 1
ZZ asked on 30 Jun 2013, 04:16 PM
Hello,

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

Sort by
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 >>
0
Pat
Top achievements
Rank 1
answered on 04 Feb 2015, 11:25 PM
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.
Tags
Slider
Asked by
ZZ
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Pat
Top achievements
Rank 1
Share this question
or