Home Unanswered Active Tags New Question

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.

Asked by Anonymous 4 years ago.
Replies
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
Comment posted by Lauwens 4 years ago.
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?
Comment posted by Dan Letecky 4 years ago.

hi all,

thanks for your input. Following the example in the MonthView.aspx.cs sorted it out.

Thanks again!

Paul.

Comment posted by Pau Lingwood 4 years ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java