Hello,
I am using a kendo draggable over a grid so i can reorder the rows.
The code is similar to the following:
Problem is, that inside the grid i have a column with textboxes and the focus for this has stopped working. Is there any way i could fix this?
Thank you,
Cosmin
I am using a kendo draggable over a grid so i can reorder the rows.
The code is similar to the following:
grid.table.kendoDraggable({ filter: "tbody > tr", group: "gridGroup", threshold: 100,
axis: "y",
hint: function (e) { return $('<div class="k-grid k-widget"><table><tbody><tr>' + e.html() + '</tr></tbody></table></div>'); }});Problem is, that inside the grid i have a column with textboxes and the focus for this has stopped working. Is there any way i could fix this?
Thank you,
Cosmin