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.
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