Hi!,
As you will be able to see at the attached example, I have a webdatatree where some nodes can be dragged using the ig drag&drop framework.
Everithing works ok in IE but doing some tests in firefox 7.0.1 I noticed that draggable nodes cannot be expanded by clicking on the plus icon (and yes by using the keyboard arrows).
Am I doing something wrong? Any workaround or suggestion would be appreciated.
As I was a bit short of time I reused an old sample but the context where I found the problem is quite similar to it. If it isn't clear enough I will gladly make a new one.
Thanks in advance
Hello Ricardo,I assume you have read the follwing article before making drag and drop functionallity - http://blogs.infragistics.com/aspnet/articles/introduction-to-the-infragistics-web-drag-and-drop-framework.aspx . It was written before we create a new own for the WDT drag and drop framework. Now when you are using this old approach issues like this are possible to occur. Please take a look at our sample browser when there is a running sample under IE 9, FF 7 and Chrome latest for today - http://samples.infragistics.com/aspnet/Samples/WebDataTree/Organization/ClientEventsDragDrop/Default.aspx?cn=data-tree&sid=1d81c73d-7b9d-43b1-b8b1-f52fb26380bc Please also take a look at the sample representing the server side events of the drag and drop - http://samples.infragistics.com/aspnet/Samples/WebDataTree/Organization/ClientEventsDragDrop/Default.aspx?cn=data-tree&sid=1d81c73d-7b9d-43b1-b8b1-f52fb26380bc. We reccomend using the new aproach which is suitable for the newly designed drag and drop for the WDT
Thanks for the quick answer, I will give this a try.
Now I have only one doubt, if want to drag and drop between a webdatatree and any other element how would I achieve this with that approach? all the samples I found are between wdt or in the wdt itself.
Thanks
rickycl said:Now I have only one doubt, if want to drag and drop between a webdatatree and any other element how would I achieve this with that approach? all the samples I found are between wdt or in the wdt itself.
I have misled with using tree’s drag and drop for dropping nodes from one tree to another. I have modified the attached from you sample to use our drag and drop framework. All the code handling this process is in dragdrop.js file. Please take a look at the sample and let me know if it matches your requirements. Please also take a look at the following forum blog where it is explained in details how to use drag&drop properly - http://forums.infragistics.com/blogs/anton_staykov/archive/2010/04/06/how-to-use-infragistics-asp-net-drag-amp-drop-framework.aspx .
I think in the long conversation you may have missed the original problem, on the sample you sent, which barely differs to mine in the way you use drag & drop, "Everithing works ok in IE but doing some tests in firefox 7.0.1 I noticed that draggable nodes cannot be expanded by clicking on the plus icon"... By draggable I mean nodes added as sourceElement to _ddb.
At least for me this problem remains. Does it work for you?
Hello Ricardo,I have created a support ticket based on our conversation. The case number is CAS-77052-T5RX66. I am starting procedure to creating a development issue. I will update you through this support ticket.
Hello RicardoPlease let me know if you have tested the latest service release for the moment which has resolved the issue.