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

RadDateTimePicker Custom Time Intervals

2 Answers 1022 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 28 Jan 2008, 06:36 PM
Is it possible to alter the time picker times?  I'd like to have it selectable in 15 minute intervals rather than 1 hour.

Ryan

2 Answers, 1 is accepted

Sort by
0
Accepted
Giuseppe
Telerik team
answered on 29 Jan 2008, 08:46 AM
Hello Ryan,

You need to set the TimeView.Interval property like this:

<rad:RadTimePicker ID="RadTimePicker1" runat="server"
    <TimeView Interval="00:15:00"
    </TimeView> 
</rad:RadTimePicker> 



Regards,
Manuel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Graham
Top achievements
Rank 1
answered on 24 Aug 2011, 05:13 AM
When I do the above with RadControls for ASP.NET AJAX Q1 2011, the times appear in 45 minute intervals, not 15 minute intervals.
If the above code is not included, the time is shown in 3 hour interevals. There seems to be a strange fact of three involved here somewhere! Not sure why anyone would want three hour intervals - I would have though hourly or half-hourly would be more appropriate.

Graham Plowman

Edit: Please remove this message: I realised that the date intervals display across the page instead of down the page.
Tags
Calendar
Asked by
Ryan
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Graham
Top achievements
Rank 1
Share this question
or