Hi,
I have a webtree control loaded on demand using manualsmartcallbacks. I have specified different images for expand and collapse. but once I expand the node, it switches back to default image. I tried various ways like putting image directory section in web.config and specifically for the control. nothing works. initially when the nodes are added, it shows the custom image, but once expanded, the image changes back to default one. can you please help? here is the code
Font-Size="10pt" Indentation="20" SingleBranchExpand="true" ImageDirectory="./images/infragistics"
LoadOnDemand="ManualSmartCallbacks" OnDemandLoad="UltraWebTree1_DemandLoad">
<Images>
<ExpandImage Url="ig_treeXPplus.gif" />
<CollapseImage Url="ig_treeXPminus.gif" />
<SelectedNodeStyle Font-Bold="True" ForeColor="White" BackColor="LightBlue">
<Padding Bottom="2px" Left="2px" Top="2px" Right="2px"></Padding>
</SelectedNodeStyle>
<NodeStyle>
</NodeStyle>
<HoverNodeStyle Cursor="Hand" Font-Underline="True">
</HoverNodeStyle>
<Levels>
<ignav:Level Index="0"></ignav:Level>
<ignav:Level Index="1"></ignav:Level>
<ClientSideEvents NodeClick="UltraWebTree1_NodeClick"></ClientSideEvents>
just some additional info here. I am using Infragistics 2007 version 7.1.