I'm looking for a funtion to open jqGrid from the edit-form of a jqGrid. What I have now is that after every cell in the edit-form of a table, I have a button.What i want is that if you press that button jqGrid loads a new instance of itself with the relevant information.
Example: I have a customer table that is loaded in jqGrid. If I press edit, the edit form opens. One of the fields in the customer table is country. If I press the custom-made button on the country field in the edit-form, I would like to open a second instance of jqGrid with all the information of the country-table, which should be editable again. So what I'm looking for is a kind of zoom function.
