Welcome Guest Search | Active Topics | Sign In | Register

Issue with ImageUrl and Populate on Demand Options
Markus Balleis
Posted: Wednesday, July 2, 2008 8:09:53 AM
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);
eo_support
Posted: Wednesday, July 2, 2008 9:00:08 AM
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.