Our powerful JS Calendar component


Post by karg »

Hi, I tried to disable drag from the example. According to the documentation, this should be the way. What i did wrong?

Screenshot 2020-07-24 at 4.55.41 PM.png
Screenshot 2020-07-24 at 4.55.41 PM.png (273.1 KiB) Viewed 1295 times

Post by alex.l »

Hi krag,

Could you please give us a link of documentation you relied on, we will check if it's correct.
The way to disable any feature is featureName: false.
CalendarDrag feature name in that config is drag (https://bryntum.com/docs/calendar/#Calendar/feature/CalendarDrag)
To disable it, use this code in features object:

drag: false

All best,
Alex

All the best,
Alex


Post by karg »

Hi Alex, sorry my mistake. It is working now, thanks!


Post Reply