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

Resolving paths in TreeImageCollapse

Asked by Mike C
13 years ago.

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

Comment posted by Dan Letecky
13 years ago.

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

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