Search found 149 matches

hi team, I am trying to implement a confirm dialog box after drop of an event(referred to validation demo). listeners = { beforeeventdropfinalize : async({ source : scheduler, context }) => { context.async = true; const namesInQuotes = context.draggedRecords.map(eventRecord => `"${eventRecord.n...
Hi Mats,
Can see this error again in the 3.1 release.
When I drag an event and drop on the first row, it disappears.
I am trying to validate the drop event, and I want to stop the drop operation before the first event on any resource.

I could see the validatorfn in the api docs.
Any suggestions how could i implement the above requirement.
Hi Saki,

How do I pass startdate and enddate for the schedule if I use crudManager?

in crudManager I only have the load and sync params,
Thanks Saki.

@mats, @saki thanks for helping me out in my queries, we will be proceeding with licensing process :D.
Thanks saki,

This solution does work.

But the only thing is now the scheduler is now being populated with a calendar of over 10 years. So the upper limit(endDate) does'nt seem to work.
Hi Saki,

Here is the standard zip. Request you to inspect.

Also, If I choose to use the Crudmanager, How would I pass the dynamic dates?