Hi,
I have a DayPilotScheduler.Scheduler, with no ClickHandling.
How to set a click on an event, so as the same action raises than an eventMenuClickPostBack ?
In order to test the click event, I tried :
dps1.EventClickHandling='JavaScript';
dps1.EventClickJavaScript= function() { alert('Hi there'); };
But no success...
Thanks for help.