search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Navigation

Asked by Anonymous
15 years ago.

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.

Comment posted by Lauwens
15 years ago.
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 Dan Letecky
15 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 Pau Lingwood
15 years ago.

hi all,

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

Thanks again!

Paul.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.