Is there any onCellClick() or onCellDoubleClick() methods available in Daypilot Pro javascript?
If you click a cell TimeRangeSelect/TimeRangeSelected event will be fired:
http://api.daypilot.org/daypilot-scheduler-ontimerangeselect/ http://api.daypilot.org/daypilot-scheduler-ontimerangeselected/
You can also double-click the selection:
http://api.daypilot.org/daypilot-scheduler-ontimerangedoubleclick/ http://api.daypilot.org/daypilot-scheduler-ontimerangedoubleclicked/
thanks for your reply... I didn't find above methods in 'Daypilot Pro javascript event calender'. Is above methods are available in 'Daypilot Pro javascript event calender'? or am i doing something wrong?
It will work in the calendar as well:
http://api.daypilot.org/daypilot-calendar-ontimerangeselect/ http://api.daypilot.org/daypilot-calendar-ontimerangedoubleclick/