Rank: Newbie Groups: Member
Joined: 7/2/2008 Posts: 2
|
I found a small issue with the populate on demand code.
I wrote some sample code based on the example for the TreeView.
When i set the new Nodes ImageUrl property, the "~/..." path isn't resolved by EO.Web.TreeView, i have to do this explicit in my code:
if (node.ImageUrl != string.Empty) node.ImageUrl = Page.ResolveClientUrl(node.ImageUrl);
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Stefan,
Thank you for your feedback! We will look into it and see if we can add that into our next build.
Thanks
|