Hi,
I'm using syncfusion-tree-grid version 19.2.60 and angular version 10 in my project.
I working on feature, in which on click of button, User can move item up and down. so I'm using this API
reorderRows .
Issues: but to use reorderRows API, I need to keep enabled allowRowDragAndDrop = true.
which we dont want. we dont want, user can drag and drop items in tree-grid.
Is there way we can use reorderRows API without enabling allowRowDragAndDrop property of treegrid.
Thanks,
Naresh Singh