AG Grid Row Dragging

Hey guys,

maybe anyone of you already had this “problem”.

Im trying to get the AGGrid Row Drag/Drop Sorting Feature to work. I want that my Users can sort the rows by himself, by dragging a row.
First step is giving the first column the columnDef ```
“rowDrag”:true

This one works, i can now drag the row.

Second step is giving the whole dataGrid the gridOption ```
"rowDragManaged":true

This one fails with the warning:

AG Grid: managed row dragging is only allowed in the Client Side Row Model

Documentation for this AGGrid Feature can be found here:

Are we using the server-side row model? If yes, is there any way of sorting via drag/drop in the dataGrid element?

Thanks and Cheers

Have a look at this video:

https://www.youtube.com/watch?v=_T7qEJfXEp8

Thanks Patrick, thats exactly what i needed!
Works like a charm now