Hi…
There is a Event “onEventCreated”… This fires only dbl-click and Drag & drop happens on the Scheduler.
Can we get the same kind of Event but with Single Click.?
Hi…
There is a Event “onEventCreated”… This fires only dbl-click and Drag & drop happens on the Scheduler.
Can we get the same kind of Event but with Single Click.?
Hello,
That internal event is fired then you create new event. So what can be done?
You can attach your own handler to the “onClick” event and create event there.
Best regards,
Ilya