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

RadTimePicker Zero hour issue...

2 Answers 79 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Purnasekhar
Top achievements
Rank 1
Purnasekhar asked on 13 Feb 2013, 04:11 AM
Hi,

I have Fromtime & ToTime in my application by using RadTimePicker control.In fromtime, i am displaying from 12:00 AM (Starttime) to 11:30 PM ( Endtime) with 30 min interval ,but if select 11:30 PM only , It's through an exception.It's urgent for me,please give me any solution for this.

Thanks in advance.

Regards
Sekhar.

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 13 Feb 2013, 07:53 AM
Hi Sekhar,

Here is the Markup I tried but unfortunately I cannot replicate the issue. Can you please mention what exception is generated? Please provide your full code if this doesn't help.

ASPX:
<asp:Label ID="Label1" runat="server" Text="From : "></asp:Label>
<telerik:RadTimePicker ID="RadTimePicker1" runat="server" TimeView-Interval="00:30"
    TimeView-StartTime="00:00" TimeView-EndTime="23:59" Culture="en-US">
</telerik:RadTimePicker>

Thanks,
Princy.
0
Purnasekhar
Top achievements
Rank 1
answered on 18 Feb 2013, 05:13 AM
Hi Princy,

I got it.Thank you so much.....

Regards
Sekhar.
Tags
General Discussions
Asked by
Purnasekhar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Purnasekhar
Top achievements
Rank 1
Share this question
or