This is a migrated thread and some comments may be shown as answers.

[Solved] Issue with Kendo Grid rows multiple drag without holding Ctrl Key during drag of rows is not working, when "Selectable" option set to "Multiple".

1 Answer 126 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Raj Yennam
Top achievements
Rank 1
Raj Yennam asked on 29 Jan 2015, 03:51 PM
Hi Support Team,

I have a problem in multiple dragging of Kendo Grid rows without holding Ctrl key during drag is not working, when, selectable:"multiple" is there in the KendoGrid configuration. If i remove "selectable:multiple" option then, multiple drag functionality without holding Ctrl key is working fine for me. There is some existing functionality based on Selectable:"multiple" option. So i cann't remove it.

Please let me know, How fix this issue. I tried a sample one, which reflect the same issue. Please find the attached file for reference. Your quick response is highly appreciated.

Thanks
Raj

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 02 Feb 2015, 09:45 AM

Hello Raj,

This is expected as dragging for selection and dragging for row reordering are over same elements. A possible solution with multiple selection and drag&drop of rows is to execute drag&drop only when started from some element in the Grid cell.

For example you can add default first column with some element in it, and set this element in the filter of the draggable. I've updated the page to demonstrate this. You can find it attached.

Regards,
Nikolay Rusev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Raj Yennam
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or