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