commandCallBack within a daypilot calendar control
Hi,
On my page (.aspx) there is a DayPilotCalendar control, I'm trying to use the following commandCallBack(command, data); The server-side method gets fired and I'm able to check the e.command however when I attempt to obtain the value in e.data (CType(e.Data, Integer)) I get the following error in VS2008:-
Instance of JsonData can't be cast to Int32.
I've also noticed the following:-
Count = {"The JsonData instance has to be initialized first"}
Does the calendar support commandCallBack(command,data)? I cant seem to find any info/docs... Only stuff relating to the Scheduler.
Many thanks
Asked by Mike 1 year ago.