I am trying to make use of RecurrenceEditor (Without Scheduler Control)
Question I am having: Is there a possibility to add functionality to select Time as well in "End By" option? This seems like a RadDatePicker Control.
Please help.
1 Answer, 1 is accepted
0
Ivan Danchev
Telerik team
answered on 16 Nov 2016, 07:14 AM
Hello Kaushal,
Such customization of the RecurrenceEditor is not supported. It is designed to be used in the Scheduler and time could be relevant only for the Hourly recurrence, otherwise if a Daily or a Weekly, etc. recurrence is selected specifying time is not needed, thus it is not added as an option to select. The implementation for the Hourly recurrence also does not need a TimePicker, since it gets the information on when the recurrence ends from the End By date, the recurrence frequency (Recur every ... hour(s)) and the Appointment's End Time.