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

Recurrence(Repeat) and Popups

1 Answer 448 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 18 Sep 2013, 03:01 PM
Hi..
I have to question first is how can I hide the Recurrence option (Repeat Daily, Weekly,Monty,Yearly).
Second how can I show Popups without closing the Event window. For example when I'm creating an event I have a function that return a null value if there is an event schedule at that time so I'm popping up a window that says there is a conflict on the event so I cancel the changes in the datasource (scheduler.dataSource.cancelChanges()) which is closing the event message window. I want to keep it open and just show an extra message.

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 20 Sep 2013, 08:26 AM
Hi Camilo,

You can use the Scheduler's edit event to get the Recurrence option elements and remove them using jQuery, as shown in this example. Keeping the editor open on dataSouce.cancelChanges() is not supported out of the box, however it could be achieved by either extending the Scheduler Widget or by overriding its refresh method prototype (also shown in the above example).
 
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
David
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or