Grid drag and drop not working

I am trying to implement grid drag and drop of rows but having the following issue:

When I enable the dragging via dragItem: 'row' and start dragging a row when I drop it to the destination row nothing happens - the dragging row doesn’t change its index but simply stays where its original index was. I haven’t used any blocking events. Just plain configuration.

I tried to replicate the problem on the snippets website and here is what I experienced:

  1. The drag and drop works as expected.
  2. The closest to what I experience locally can be archived with version 7.2.5 with ONLY first row. When u start dragging the FIRST row all is ok till the moment u try to drop it to the final destination index. Nothing happens. All other rows can be dragged and it works as expected.
  3. With version 7.3.0 drag and drop works fine (on the snippets website).

Any reason why locally the drag and drop doesn’t work with neither version 7.2.5 not 7.3.0?

P.S. I am using angular 13.

Now ’ tried to use the function:

component.data.move(Id, index);

and noticed that it doesn’t work.

Unfortunately, I was not able to reproduce your issue locally.
If the problem still occurs for you please, provide a complete demo of your demo app, where the issue can be reconstructed.

Open pls this snippet:
https://snippet.dhtmlx.com/9zeyp4ds?_ga=2.244365125.1575532540.1645007849-1131163540.1608213195

and switch to v 7.2.5

Then try to drag the first row. Dropping doesn’t work! Other rows can be dragged and dropped.

Unfortunatelly locally none of the rows can be dragged and dropped.

switch to v 7.2.5
Then try to drag the first row . Dropping doesn’t work! Other rows can be dragged and dropped.

We have fixed the problem with the first row dragging in the latest update. It is mentioned here:
https://docs.dhtmlx.com/suite/whatsnew/
Could you please, provide a complete demo or a snippet with your original issue.