Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Javier on Sep 04, 2009 02:04
open dhtmlx forum
dhtmlxScheduler events overlap

Hi,
i have a question:
A) Itīs possible not allow overlap events in dhtmlxScheduler?.

Thankīs a lot
Answer posted by Support on Sep 04, 2009 06:08
There is no such native functionality, but you can attach you custom code to onEvenAdded or onEventChanged handlers, and check there is the event overlap any other.
( you can use scheduler.getEvents(start,end) to get all events which are using the same time ) 
Answer posted by Javier on Sep 04, 2009 07:58
OK, 
I will try it
thank you very much.

Javier