I have a jqgrid that has a subgrid. How can I expand the subgrid without having to click on the plus sign?
I came across $(\"#jqgrid_id\").expandSubGridRow(rowId);
$(\"#jqgrid_id\").expandSubGridRow(rowId);
Change getDataIds() to getDataIDs()!