Since SC only allows one nested grid, what would be the best way to display data related to a parent grid?
e.g.
parent = project
child1 = work orders
child2 = contacts
child3 = invoices
child4 = payments
etc
Use the the one to many setup, Project would be your main form, the the other editable grids would be inside of the main (Project) form. You can do this all on one page. I hope this helps answer your question. I am attaching screenshot of what I am talking about.
[ATTACH=CONFIG]n73479[/ATTACH]
Thank you Dr. Tim. Where do I find the 1:M setup?
Below is the Master detail example from scriptcase:
http://www.scriptcase.net/scriptcase-samples/php-form/master-detail/
Thank you. I’ll look into the tutorial.