The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
The following code never fires the RowDropped event handler after dragging and dropping a row in the grid to reorder the rows. This code reproduces the issue in your online blazor playground. Any feedback would be greatly appreciated. Thank you.
NPNaveen Palanivel Syncfusion Team September 25, 2023 02:05 PM UTC
Hi Enoch,
Upon reviewing your query, we have identified an issue with the Row Drag and
Drop functionality. After validating the provided sample, it appears that the
"IsPrimaryKey" property is missing in the column configuration, which
is causing the feature to not function as expected. We have included a modified
sample below for your reference