Hello,
How can I modify DayPilotMenu, before DayPilotCalendar1_TimeRangeMenuClick ?
What I want to do is a right click on my calendar to create an event, and show time range (which is under my mouse) in my right-click menu.
Thanks
Anonymous
-
11/30/2007 5:27:40 PM
I need to think it over a little bit.
At this moment, there is no way to modify the menu before rendering on the client side. In fact, it is rendered as a template on the server side and the template is used on right-clicking.
I would have to make the menu fully rendered on the client side from an object and that would take some time.