Hi All,
I'm trying to navigate between months on a DayPilotMonth component
The data is bound correctly and i'm using the following link to try and trigger a forward jump of one month
javascript:cal.refreshCallBack(31);
where 'cal' is the the value of ClientObjectName in the component.
When I click the link, nothing happens, not even a javascript error.
Anyone know what I'm doing wrong here?
Thank you,
Paul Lingwood.