Rank: Member Groups: Member
Joined: 11/21/2008 Posts: 15
|
Hi,
I have a problem with Treeview. I’ve got 2 event handlers, one for ItemClicked and one for ItemPopulate. The property RaisesServerEvent is True for each node. AutoExpandOnClick is False. When I click on items in TreeView, both handlers are executed and the node is unfolded. Instead of this I want that when I click an item in TreeView, only the event handler for ItemClick is executed and NOT ItemPopulate. Next to that, the node should not unfold when it is clicked on.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
AutoExpandOnClick is only recognized on the client side, not server side. We will look into it and see if we can recognize that on the server side as well. Hopefully we can provide you a new build soon.
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
This issue is addressed in build 2008.0.52.
|