I'm having problems with the Drag and Drop feature of RadGrid. I even notice the problems on your demo page here.
When I use Internet Explorer, I get many JavaScript errors (I have Script Debugging turned on so the errors popup). I can get an error by:
When I use Internet Explorer, I get many JavaScript errors (I have Script Debugging turned on so the errors popup). I can get an error by:
- Select the first item in the "Pending Orders" grid and drag it down a few rows (within the same grid)
- Try to highlight multiple rows (by dragging the mouse over rows so it makes the "highlight" box) and I get "Object doesn't support this property or method" on a line of code that says "e.preventDefault();"
I've also got this error when I've been dragging a row and moved the mouse over a Telerik Report Viewer control (not actually dropped it on the control, but just dragged over).
I've also seen it when I click in a Text Box that is part of a Templated Column of a Grid after I've done a drag and drop on the Grid.
-Stephen