Hi Tony,
I have a form for editing content within my site. Lets say as an example it is for a department within a store. This has fields such as 'title', 'description', 'location', etc which are specific to that department.
I also have another table of elements for the staff within the organisation.
What I would like to achieve is to place the staff references within a jqGrid, which is inside the department edit form. Each staff member reference within the jqGrid would have a checkbox that would indicate if they work in that department or not.
So when the department form is submitted, what I would like is the jqGrid details to also be sent so the checkboxes can be processed along with the department-specific fields.
I'm using version 3.5.3 of jqGrid.