Rank: Newbie Groups: Member
Joined: 3/17/2008 Posts: 5
|
I'm trying to get an Itemclick through. I'm trying to use the AllowDragDrop, AllowDragReordering If I set nothing, the sequence is Page_load Itemclick That is what I want
if I set AllowDragDrop, AllowDragReordering, then the sequence of events on a moved item is itemmoved Page_load itemclick That's fine
but i do not get a postback if i just click a node With the AllowDragDrop, AllowDragReordering
Yes I have RaisesServerEvent="True" on the treeview and i even tried in on the TreeNode using version 5.0.35.2 of EO.Web.dll
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Thanks for posting in the forum. This is a bug that has been recently fixed. The fix is in the latest build is 2007.2.43 (5.0.43), which is available on our download page.
Thanks
|
Rank: Newbie Groups: Member
Joined: 3/17/2008 Posts: 5
|
Thanks for the quick reply! Got the update and it is working fine.
|