Home Unanswered Active Tags New Question

Set startDate and selectionStart on Navigator

I use several buttons to jump to predefined dates in calendar. This can be done using dpc1.commandCallBack('command', date);. Unfortunately, the Navigator does not reflect the changes in calendar. How can I set startDate and selectionStart in Navigator (on client side or from the commandCallBack in code behind)?

I tried the following (javascript):

dpn1.startDate = new Date();
dpn1.selectionStart = new Date();
dpn1.updateSelection();

This doesn't work. May be I'm completely wrong.
Also i could not find any documentation on the navigator client side api.

Any hints on this?

Asked by Anonymous 1 year ago.
Replies

I got the same issue.
How do we update the navigator?

Comment posted by Anonymous 5 months ago.
New Reply
This reply is
Your name (optional):

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