GDBG. How can I allow to insert rows in the nested table and disallow inserting to parent table

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.

1 Reply

AD Administrator 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

Loader.
Up arrow icon