Home Unanswered Active Tags New Question

How do I navigate to page under web site using DayPilotMenu and NavigateUrl?

I'm trying to use NavigateUrl to be able to navigate to page in one directory, but the problem in that if at my dev machine request looks like http://localhost/website/childfolder/page.aspx then if I set NavigateUrl='/childfolder/page.aspx' it does not work as it redirect to http://localhost/childfolder/page.aspx, usual way of '~/childfolder/page.aspx' does not work. Is it possible to update DayPilot code to use Control.ResolveUrl()?
Asked by Alex 4 years ago.
Replies
Yes, I'll add it in 4.1 release. Thanks for the suggestion!
Comment posted by Dan Letecky 4 years ago.
New Reply
This reply is
Your name (optional):

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