Hi,
I'm trying to disable (read only) a Scheduler server-side but the property dp.Enabled = false seems not working.
I need to disable/enable: drag&drop, click, context menus, everything...
Answer posted by Dan Letecky [DayPilot] 9 years ago.
You need to disable the features one-by-one using *Handling properties, e.g. EventClickHandling = Disabled, EventRightClickHandling = Disabled, EventMoveHandling = Disabled, TimeRangeSelectedHandling = Disabled, etc.
Comment posted by Davide 9 years ago.
Thank you!
Davide
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.