New Detail Record not displayed (updated)

Hello, I am using GDBGs for a master detail relation. After adding a new detail record (in code), it is NOT shown in the grid (not updated --> after reselecting the master record it is shown). I tried a lot of things (BeginUpdate, reset datasources of the grid, cm.EndCurrentEdit...) but nothing worked. How can I force the child grid to be updated? Regads, Matthias

1 Reply

AD Administrator Syncfusion Team October 28, 2005 07:54 AM UTC

Here is a little sample that adds a new detail row to the current master row from code. It uses detailGrid.Refresh to get the child row to show. http://www.syncfusion.com/Support/user/uploads/GDBG_MasterDetail_b9679114.zip

Loader.
Up arrow icon