We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Error trying to drag a column or row

Resolved
Diego Lima asked on February 6, 2017

I'm using the trial version to verify that the component meets the project requirements.
I made a basic example, just as one available in the documentation, but when trying to drag a line or a column the error is generated:
"e.slice is not a function"
I am uploading images of the errors
 
Ps: we use the Kendo.UI library
 

2 answers

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster February 6, 2017

Hello Diego,
Thank you for your question. We suppose that the issue is with the jQuery library. Could you please include the jQuery the following way:
<script src="http://code.jquery.com/jquery-2.2.4.min.js"></script>
Let us know if it works for you.
Also, could you please specify what Kendo UI tool do you use?
Regards,
Dmytro.
 

Public
Diego Lima February 7, 2017

Thanks for the help.

But the problem was in my condition, where I was altering the behavior of the JOIN function of the type ARRAY

Please login or Register to Submit Answer