|
Rank: Member Groups: Member
Joined: 9/14/2007 Posts: 12
|
Hi,
I have a tree view which bounded to database. When I click on a node in my tree view it automatically collapse the node. How can I get rid of auto collapse?
Thanks,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
A few details would help. You say clicking a a node "automatically collapse the node". Does it always do that or only do it at certain condition? If only at certain condition then what condition? If always, then how did you get it expanded at the very first place? We can't help you unless you clearly describe the problem.
Thanks
|
|
Rank: Member Groups: Member
Joined: 9/14/2007 Posts: 12
|
thank you, here is my tree view. and it collapse allways after I click on a node.
<eo:TreeView ID="tvMilestone" runat="server" ControlSkinID="None" AutoScroll="False" DataFields="siMilestoneID|chPageDesc" RaisesServerEvent="True" > <LookNodes> <eo:TreeNode ItemID="_TopGroup"> <SubGroup Style-CssText="color:white;"> </SubGroup> </eo:TreeNode> <eo:TreeNode DisabledStyle-CssText="" ItemID="_TopLevelItem" NormalStyle-CssText="" SelectedStyle-CssText=""> <SubGroup Style-CssClass="programmenunodetop" Style-CssText=""> </SubGroup> </eo:TreeNode> <eo:TreeNode HoverStyle-CssClass="programmenunodehover" ItemID="_Default" NormalStyle-CssClass="programmenudefault" SelectedStyle-CssClass="programmenunodeselect"> <SubGroup Style-CssText=""> </SubGroup> </eo:TreeNode> </LookNodes> <Margin Width="0" /> <TopGroup Style-CssClass="programtreeview" DataFields="siMilestoneID|chPageDesc"> <Bindings> <eo:DataBinding DataField="chCollapseImage" Depth="0" Property="CollapsedImageUrl" /> <eo:DataBinding DataField="chExtendImage" Depth="0" Property="ExpandedImageUrl" /> <eo:DataBinding DataField="chPageAddress" Depth="1" Property="NavigateUrl" /> </Bindings> <Nodes> <eo:TreeNode ShowCheckBox="False" RaisesServerEvent="True"> <SubGroup> <Nodes> <eo:TreeNode RaisesServerEvent="True" > <SubGroup> </SubGroup> </eo:TreeNode> </Nodes> </SubGroup> </eo:TreeNode> </Nodes> </TopGroup> <LineImages Visible="False" /> </eo:TreeView>
Thanks again,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I do not know why it would do that. Can you create a small sample reproducing project so that we can load and run at here in order to see the problem?
Thanks
|
|