I have a tree setup in mvc 3.
I'm using the custom dropvalidation as follows
DragAndDrop(true).DragAndDropSettings(settings => {settings.CustomDropValidation("customDropValidation");})
but when I try and drag/drop an element I get the following error
Array or arguments object expected infragistics.ui.tree.js, line 29 character 18995
the code is
i=h.igTree("option","dragAndDropSettings").customDropValidation.apply(g,c)
Many Thanks
Jim
Do you have a link for the jQuery UI download with the fix in it? I'm using all current libraries and the drag/drop issue persists in IE8.
Thanks
Hello,
This issue has been resolved in the latest service release for Ignite UI, builds 13.1.20131.2271 and 12.2.20122.2234. Please note that the igTree drag and drop functionality in IE8 also depends on the fix for this jQuery UI issue:
http://bugs.jqueryui.com/ticket/8399
Please let me know if you require any further assistance with this matter.
I have attached the issue with our developers in our tracking system, with an issue ID of # 147826. I have created private support case for you (CAS-120635-Z9K4X6). I will provide more details on this private support case.
I hope this helps.
Hi there,
I have created a customer case for you. I managed to reproduce the issue locally. I just want to point out that the jQuery UI Draggable which we use for the igTree drag and drop is not very stable with old IE browsers.
Thank you for using the Infragistics forums!
Forgot to say that it all works fine in IE9 and firefox.