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.
RSRenjith Singh Rajendran Syncfusion Team January 27, 2020 07:25 AM UTC
Hi Ebi,
Thanks for contacting Syncfusion support.
Mostly @bind properties is recommended for Form controls to achieve two way model binding, but for Grid there are other ways to update the data source, for instance you can use the DataSource property and bind ObservableCollection to reflect the dynamic changes performed outside the Grid component.