Hi Team,
I am using below code of rad time picker.
<telerik:RadTimePicker ID="txtFromTime" runat="server" Width="80px" ToolTip="From time">
<TimeView Skin="Default" ShowHeader="False" Interval="00:30:00" Columns="4" runat="server" >
</TimeView>
</telerik:RadTimePicker>
Problem: when i select time 8.00am or 8.30am from timeview and again open timeview popup the selected time shown is 12.00 Am and 12.30 am respectively. Same proble happens when i select 9.00am and 9.30 am. With rest of time selections controls works fiine.
Can you suggest why this is happening so.
Thanks
Rupinder
I am using below code of rad time picker.
<telerik:RadTimePicker ID="txtFromTime" runat="server" Width="80px" ToolTip="From time">
<TimeView Skin="Default" ShowHeader="False" Interval="00:30:00" Columns="4" runat="server" >
</TimeView>
</telerik:RadTimePicker>
Problem: when i select time 8.00am or 8.30am from timeview and again open timeview popup the selected time shown is 12.00 Am and 12.30 am respectively. Same proble happens when i select 9.00am and 9.30 am. With rest of time selections controls works fiine.
Can you suggest why this is happening so.
Thanks
Rupinder