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

Kendo Scheduler

1 Answer 62 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Vasu
Top achievements
Rank 1
Vasu asked on 09 Dec 2013, 03:48 PM
Hi,

This question actually refers to the kendo scheduler. We are trying out the product and have a few questions.

-- Can I change the edit event template and allow weekly recurrence only?  Also, The user should only be able to select weekly and no other settings like days and end time etc.

-- Can I restrict the time to 1 hour and disable date selection?

Thanks

Vasu

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 12 Dec 2013, 11:06 AM
Hello Vasu,

Yes, although these features are not supported out of the box they could be achieved using a custom solution. For example you could:
  1. Attach a handler to the Scheduler's edit event 
  2. Once the event is triggered get the recurrence editor instance:  
    var recurrenceEditor = e.container.find("[data-role=recurrenceeditor]").data("kendoRecurrenceEditor");
  3. Remove the unnecessary items from the recurrence editor DropDownList 
  4. Attach a handler to the DropDownList's change event and hide any recurrence options you would like, using jQuery

Regards,
Alexander Popov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Scheduler
Asked by
Vasu
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or