TreeList drag&drop error when added Selectable column

2 Answers 76 Views
TreeList
Annamaria
Top achievements
Rank 1
Iron
Annamaria asked on 15 Jul 2021, 10:11 AM

Good morning,

I have an issue with TreeList component (in MVC) when I add the Selectable checkbox column (as first column) : in this configuration the drag & drop doesn't work correctly. 

When I try to drag a row in another position the "after" behavior would never be applied. Only the "before" and "over" behaviors seems to work correctly. All the "after" are intended always as "before".
If I simply remove the Selectable checkbox column from the configuration, all start to works fine.

Could you kindly check or give me some tips on how to solve it?

Thanks and regards,

2 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 20 Jul 2021, 08:23 AM

Hello Annamaria,

 

Thank you for writing to us.

To resolve this issue, you can try to nullify the script objects demonstrated in the following solution:
https://stackoverflow.com/questions/22782864/kendo-ui-grid-multiple-selection-drag-and-drop-issue/55359540#55359540

Feel free to give it a try and let me know how it goes.

 

Regards,
Eyup
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Annamaria
Top achievements
Rank 1
Iron
answered on 20 Jul 2021, 10:07 AM

Hello Heyup,

unfortunately that solution doesn't change the wrong behaviour of the TreeList.

It seems that there is something wrong in the javascript code because when you don't add the Selectable column the TreeList drag & drop works fine and as expected.

Thanks and regards,

Eyup
Telerik team
commented on 23 Jul 2021, 08:43 AM

Hello

In this case, could you open a new formal support ticket where you can send us a basic runnable version of your code so we can investigate this issue further?

Then, I will modify this sample to resolve the problem and send the working version back to you. Feel free to mention this forum URL in the new ticket.

Tags
TreeList
Asked by
Annamaria
Top achievements
Rank 1
Iron
Answers by
Eyup
Telerik team
Annamaria
Top achievements
Rank 1
Iron
Share this question
or