I have a jqgrid that has a subgrid. How can I expand the subgrid without having to click on the plus sign?
Is there any way to force jqGrid not to remove the subgrid data when its row is toggled?My current process for loading the datagrid is as follows:
Problem: jqGrid with subgirds. I want to disable the expand/collapse functionality for some rows of the main gr开发者_运维问答id.I actually found a way:
I am using jqGrid3.6.4 and a jquery 1.4.2 . in my sample i am getting following json data format & i want to map these json data into rows of a jqgrid
I have a Problem to Display a Grid as a Subgrid using an extra button. I tried to copy the code from the