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.
Hi
I''m using GDBG control for entries, For that i bound a dataSource in my form_load event. I enter some values in that grid and Updated to backend. After updation i re-bound the DataSource again to that grid depends upon other selection cretria. It throws error as "col" does not belongs to that table "Table". How to avoid this error.
Regards
Chandru.
ADAdministrator Syncfusion Team July 22, 2004 04:41 AM UTC
Some things to try (one or the other or both).
1) Set the grid''s DataSource and DataMember to null before setting the new DataSource.
http://www.syncfusion.com/Support/article.aspx?id=10419
2) Try calling grid.Binder.InitializeColumns() after you set the new DataSource.