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