Our powerful JS Calendar component


Post by kevinlee »

The default Bryntum calendar removes the task when it drag to the calendar.
But, I want to remain a task when I drag it to the calendar.
Is there anybody who has faced this issue before?
I need it urgently!!!


Post by marcio »

Hey kevinlee,

Could you please provide more context about your issue? Are you able to replicate that in one of our demos? https://bryntum.com/products/calendar/examples/basic/

Also, you can check the guidelines about how to assemble an example for sharing with us and improve support quality here - https://www.bryntum.com/forum/viewtopic.php?f=1&t=772

Best regards,
Márcio


Post by kevinlee »

Could you tell me how can I modify CalendarConfig.js file.?
Any other features.?

Attachments
detail
detail
3.jpg (54.43 KiB) Viewed 170 times

Post by marcio »

Hey,

Sorry, but I didn't get it what you want to achieve, and why do you need to modify CalendarConfig.js file??

Best regards,
Márcio


Post by kevinlee »

So how can I drag unscheduled task from grid to my calendar not removing unscheduled tasks.


Post by Animal »

This behaviour should really be configurable, but you can veto the remove.

Add a listener to the beforeRemove event on that Grid's store which returns false. That will prevent the remove from going ahead.


Post by Animal »

Here is a ticket for it to be configurable: https://github.com/bryntum/support/issues/6420


Post Reply