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 form with the master details example setup exactly as in the example in the grid .pdf.
It works great except when i have a parent record with no related child record. If i try to add a new record in the child grid where there was not one before I get an error that states that the column does not exist in my parent table. I happens for each column I try to update in the new child record. To reproduce the behaviour you will need to make the sql statement parameratized returning a parent record with no child record.
thanks
I does not happen with the ms datagrid.
>I have a form with the master details example setup exactly as in the example in the grid .pdf.
>
>It works great except when i have a parent record with no related child record. If i try to add a new record in the child grid where there was not one before I get an error that states that the column does not exist in my parent table. I happens for each column I try to update in the new child record. To reproduce the behaviour you will need to make the sql statement parameratized returning a parent record with no child record.
>
>thanks
ADAdministrator Syncfusion Team January 4, 2004 04:08 PM UTC
You can handle empty child tables by manually setting the RowFilter on the child grid when the current row changes in the parent grid (instead of relying on the ADO.NET relation).
Here is a sample.