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 have gdbg grid with dataset with two table are joined by relation.
I need to allow to user to insert records only to nested table, but disallow it for parent table.
Regards, Slava.
ADAdministrator Syncfusion Team July 28, 2004 06:22 AM UTC
If you are using a single hierarchical GridDataBoundGrid to display your dataset, then there is no support for adding rows to a child table from within the grid, so you would have to do this working directly with your dataset (and not the grid).
Here is a forum thread that discusses adding/deleting rows at any level. There is a sample at the bottom of the second post in the thread.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=14019