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.
I have a grid on which I have applied a drag & drop operation which works perfectly, but when I drop in my drop event I have coded to ad a new row in the grid with the field values assigned. It does not show me the new row.Rather it display me when I add another row (delayed action).
CBClay Burch Syncfusion Team June 26, 2002 09:56 AM UTC
After adding your row, try calling the AcceptChanges method on the underlying DataTable (or DataSet) that is serving as the DataSource for your datagrid.