I am popping up a ContextMenu in the Scheduler's OnClientAppointmentContextMenu event. Is it possible to get a reference to the client-side appointment object or at least it's Id value during the context menu's OnClientItemClicked event handler.
There is a get_targetElement() method but this returns a reference to the HTML element. Is there any way to reference the appointment object that was clicked on inside of this event handler?
There is a get_targetElement() method but this returns a reference to the HTML element. Is there any way to reference the appointment object that was clicked on inside of this event handler?