Answered: The behavior is now updated in the latest sandbox build (2019.3.4049) - clicking an item with children will not close the context menu anymore.
So, I have a child context menu. If I click on the parent menu item before the child is rendered, the parent menu goes away and the child menu is shown. I have no way to make the child menu go away w...
The main menu is absolute (when you right click the schedule), and the sub menu is appearing where ever the cursor is making it very difficult to use. Could this be fixed ASAP please by putting it in...
Answered: Ah I've solved it - sorry, my mistake. I wasn't thinking about the difference between callback and postback - replacing eventMenuClickCallBack with eventMenuClickPostBack makes it work.
Answered: CSS styling of the menu is now fully supported since 6.1 release: http://www.daypilot.org/daypilot-pro-6-1.html See also: http://www.daypilot.org/menu-css-class-styling.html
Answered: Since you are using a CallBack, you need to call DayPilotCalendar1.Update() after changing your data source (this is not necessary when using PostBack). By calling DayPilotCalendar1.Update() you tell...
Answered: CallBack and PostBack action types are not supported for time range selection context menu in 4.0 SP4 and previous versions. I've just implemented it (it will be included in 4.1 ).