I have a simple Kendo grid with drag & drop. JsFiddle here. Dragging and dropping rows works on Chrome everywhere except on co-worker's Surface Pro 3. I've uninstalled all extensions, mouse software, etc...basically down to barebones, but drag&drop won't even start, e.g. dragstart
event never fires.
grid.table.find("tbody tr").kendoDraggable({
dragstart: function() { ... }
The only way to start the drag is to click into the cell and put it into editable mode, which is not the way I want users to drag & drop.
I am starting to think that it's a Surface Pro 3 issue. Can someone (preferably with Surface Pro 3) check it out?
P.S. It works perfectly fine on Firefox on the Surface Pro 3.