Home Unanswered Active Tags New Question

Resolving paths in TreeImageCollapse

Hi,

Not sure if this is a technically bug or afeature request, but the TreeImageCollapse property in DayPilotScheduler doesn't resolve normal ASP.NET paths. For example:

<DayPilot:DayPilotScheduler ID="DayPilotScheduler1" runat="server"

TreeImageCollapse = "~/images/minus.png"

/>

The url that gets sent to the browser is literally "~/images/minus.png", but it would be good if it performed a Server.MapPath or ResolveClientUrl beforehand.

Other than that, great work.

Cheers,

Mike

Asked by Mike C 1 year ago.
Replies

It's fixed now in the latest sandbox build (6.2.2166). Thanks for pointing it out!

Comment posted by Dan Letecky 1 year ago.
New Reply
This reply is
Your name (optional):

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