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
Forgot to say that it all works fine in IE9 and firefox.
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.
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!