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

Timepicker

1 Answer 46 Views
Input
This is a migrated thread and some comments may be shown as answers.
Donald Norris
Top achievements
Rank 1
Donald Norris asked on 13 Jun 2012, 05:33 PM
Here are some suggestions of options for timepicker;

Option to limit range of times offerred to user,  such as only offer times between 8:00 AM and 5:00 PM.
Option to include times on the :15, :30, and :45.

Thanks

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Jun 2012, 05:00 AM
Hi,

Try the following settings to achieve your scenario.

ASPX:
<telerik:RadTimePicker ID="RadTimePicker1" runat="server" >
  <TimeView runat="server" StartTime="08:00" EndTime="17:15" Interval="00:15" />
</telerik:RadTimePicker>

Hope this helps.

Thanks,
Shinu.
Tags
Input
Asked by
Donald Norris
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or