DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » How To » Navigation

Navigation

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
Lauwens is correct. It jumps the specified number of months and it should work (the syntax seems to be correct).

What DayPilot version are you using?
Dan Letecky - 4/22/2008 8:28:22 PM

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
Post reply