|
Rank: Newbie Groups: Member
Joined: 12/4/2009 Posts: 7
|
Hello there
I have a treeview which items are specific custom items. I want to reorder the treeview by drag & drop the custom items but I don't know how to realize.
If I use no specific items (custom items), then the client side drag & drop works perfectly!
I am very grateful for every help.
Best wishes kraeki
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can try to set the CustomItem's CancelBubble to false and see if it helps.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 12/4/2009 Posts: 7
|
Hi,
I set the CustomItem's CancelBubble to false and the effect was that drag & drop worked.
But there is one big problem: When I drag the CustomItem onto an other place and release it there, I get a javascript error which says the following: 'this.bav' is Null or not a object
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have confirmed this to be a bug. We should be able to post an update build for you early next week with this issue fixed.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted a new build that should fix this problem. Please see your private message for the download location.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 12/4/2009 Posts: 7
|
Hello!
Thanks a lot for the new update. I've tried to make it work, but there is an other bug.
I set the CancelBubble of each CustomItem to false and built this structure:
->CustomItem1 ----->CustomItem4 ->CustomItem2 ->CustomItem3
If you try to drag & drop the CustomItem1 to a different location, a javascript error occurs saying: this.bbs is null or not an object
But this only occurs when the node has ChildNodes!
Help!
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted another build that should resolve the child nodes issue too. Please see your private message for download location.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 12/4/2009 Posts: 7
|
With the new build the problem is now resolved!
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Great. Thank you very much for the update!
|
|