In short: is it possible to have 3 add forms (from 3 different tables) on one page (with/without tabs), in newest multigrid setup?
Explanation:
I am trying to build Course application/registration form which data will be later used in various GC operations.
I have 3 GC crud: ORGANISATIONS, USERS, COURSE
They are dependant as many users from on ORG can apply at same time for one COURSE.
User need's to input Company info, Person details and fill course details
Therefore I manage to set up add forms one per page already, but would like to know if it's possible to have them on same page. I can add Jquery later to set necessary values.
I was working on this without multiple grids came in focus, so you can see attempt to insert ORG form into USERS, so this is just for illustration on what I need.
here are the links
http://www.adqm.rs/kandidat/add
http://www.adqm.rs/organizacija/add
http://www.adqm.rs/prijava/add
Thanks,
marbo