Dear Dan!
Currently I use a ContextMenu to handleTimeRangeSelected event like this:
TimeRangeSelectedHandling="Hold";
ContextMenuSelectionID="DayPilotMenu1";
It works correctly, but I would like to reach the most common menu item quicker, using a simple click event, but using the rightClick Context menu for the other functions. Is it possible?Can Iseparate a Click eventon an empty cell from a RightClick on a time range?It is possible in case of events: EventClickHandling and EventRightClickHandling, but I can not see these options for a time range.
Thanks.