Hello Abu
I have two grids, master and detail. When active the hidden option on master grid
($grid["hiddengrid"] = true), master grid is empty and no data is loaded. Detail grid loads data correctly when a row in master is selected (and hidden option is deactivated on master).
Can you help me? Thanks
Hi,
This is default function of hiddengrid. It only loads data when you click the top-right corner icon which the expand the grid and load data.
Detail grid will work after master row selection.
You can use .jqGrid('getGridParam', gridstate)
Can have either of two states: visible or hidden.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
Also see:
http://stackoverflow.com/questions/4387522/jqgrid-expand-after-hiddengridtrue
It is possible to know grid-visible state by .jqGrid('getGridParam'…) or similar?