Hi,
when I load the tree with custom images, they are displaying correctly, but when I expand the node, the expanded node image is reset to some default minus image.
I am using netadvantage volume 2007 version 7.1
here is the code. please help. I posted a question earlier, but there was no response.
<ignav:ultrawebtree id="UltraWebTree1" runat="server" WebTreeTarget="HierarchicalTree" LoadOnDemand="ManualSmartCallbacks"
ImageDirectory="~/images/infragistics" OnDemandLoad="UltraWebTree1_DemandLoad" >
<Images>
<ExpandImage Url="ig_treeXPPlus.GIF" />
<CollapseImage Url="ig_treeXPMinus.GIF" />
</Images>
</ignav:ultrawebtree>
and the code-behind
{
}
node.ShowExpand = true;
If i remember correctly this was a bug in the release build of 7.1. Upgrade to the latest pulic hotfix or a later volume to resolve the issue.