Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
455
igtree drag drop fails in IE8
posted

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