I'm looking at the jqGrid subgrid in the jsonReader and I'm wondering if it's possible to send back the each subgrid's data in the json for the master grid data.
I'd like to only make one ajax call to retrieve all of the data for both the master and subgrids, forgoing the need for a subgridurl.
Is this possible with the default jsonReader?