when in edit mode with a row validation error it is still possible to perform Drag&Drop operations. They are not visible while performing the Drop, but the rows will be sorted just after clearing the row validation error.
Greeting
Raul
2 Answers, 1 is accepted
0
Yoan
Telerik team
answered on 21 Sep 2016, 08:52 AM
Hi Raul,
I suppose that you are using our RowReorderBehaviour for reordering the rows. If yes, you can stop the drag&drop operation when the grid is in edit mode. In order to achieve this, you can use a boolean flag in OnDragInitialize method of the behaviour like so: