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.
Anonymous
-
4/22/2008 10:52:38 AM
I think that would skip it 31 Months (not days)... but still that has to work!
Check the demo (MonthView.aspx) it show exactly what you want to do
Lauwens
-
4/22/2008 11:35:32 AM
hi all,
thanks for your input. Following the example in the MonthView.aspx.cs sorted it out.
Thanks again!
Paul.
Pau Lingwood
-
4/23/2008 11:44:42 AM