Rank: Advanced Member Groups: Member
Joined: 8/11/2008 Posts: 37
|
I have a TreeView with PopulateOnDemand=true. On ItemClick I show a grid with detail data. Here I have a hyperlink to an other site. If I click, I have a hyperlink on this site to go back to the first site. When I come back I open the nodes on TreeView and set on last node Selected=true to show the same data as before. Now when I click to an other node a postback is executed but not the ItemClick event. This occurs now only when I click on the selected node.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, This might be related to the other issue you reproted: http://www.essentialobjects.com/forum/postst2902_Treeview-collapse-on-ItemClick.aspxIn order to look into the issue, we will need a test project. Please create the project so that it runs independently. Without being able to run the code, we won't be able to see the problem or verify the fix. Thanks!
|