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

Show the Endtime in the Timeview of RadTimePicker

3 Answers 76 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Dhamodharan
Top achievements
Rank 1
Dhamodharan asked on 13 May 2014, 11:09 AM
Hi,
      I am using RadTimepicker. i have assigned the end time but the end time is not shown in the timevew of radtimepicker. please provide me a solution to show the End time in Timeview of radtimepicker.




Thanks

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 May 2014, 12:18 PM
Hi Dhamodharan,

The EndTime value of the RadTimePicker will be the lesser value that mentioned in the code. This is the default behavior of the control. For example if we are giving 12:00:00 as the EndTime of the RadTimePicker then in that TimeView it will show only up to 11:00:00.

Thanks,
Shinu.
0
Dhamodharan
Top achievements
Rank 1
answered on 16 May 2014, 07:20 AM
Hi Shinu,
             Thanks for your reply, I have an requirement to show the End time in timeview of Raddatepicker. Can you please provide me a solution to show the End time in timeview of Raddatepicker.


Thanks
0
Shinu
Top achievements
Rank 2
answered on 16 May 2014, 08:18 AM
Hi Dhamodharan,

Please have a look into the sample code snippet to show the EndTime and StartTime of RadTimePicker.

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

Thanks,
Shinu.
Tags
Calendar
Asked by
Dhamodharan
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Dhamodharan
Top achievements
Rank 1
Share this question
or