We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Master-detail-subdetail

In perusing the forum, I noticed references to t triple master detail example, but it was apparently too old (5/03) and was not available. Could someone repost it or an equivalent? FYI My dataset contains 3 tables; solutions, patterns and rolls, and 2 relations; SolPat and PatRoll. Here is the code I''m using to load the grids: gdbgSol.DataSource = ds.Tables("solutions") gdbgSolPat.DataSource = ds.Tables("solutions") gdbgSolPat.DataMember = "SolPat" gdbgPatRolls.DataSource = ds.Tables("patterns") gdbgPatRolls.DataMember = "PatRoll" The solution-patterns works OK but not the patterns-rolls Thanks, Doug

2 Replies

AD Administrator Syncfusion Team January 6, 2004 04:38 PM UTC

Try the link on the other thread again. I think it is valid now. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=4347


DL Doug Lind January 8, 2004 11:58 AM UTC

Thanks Clay, That did the trick. Doug >Try the link on the other thread again. I think it is valid now. > >http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=4347

Loader.
Live Chat Icon For mobile
Up arrow icon