Hi !
I´m trying do enable drag and drop using your example in this link:
https://blazor.syncfusion.com/demos/datagrid/expandoobject?theme=bootstrap4
But when I change this line:
<SfGrid DataSource="@Orders" AllowPaging="true" AllowGrouping="true" AllowFiltering="true" AllowSorting="true" ...
To this:
<SfGrid AllowRowDragAndDrop="true" DataSource="@Orders" AllowPaging="true" AllowGrouping="true" AllowFiltering="true" AllowSorting="true" ...
I can drag and drop rows but the Grid UI is damaged when the row is dropped as we can see in the image attached.
Whats wrong ?
Regards.
Attachment:
SfGrid_UI_issue_58bde5d9.rar