After discussing my requirement here & finalizing to implement it with grid as subgrid configuration, now I think instead of deining subgrid in every expand operation of main grid row [in subGridRowExpanded event] can I have jqGrid definition in such a way that subgrid should get defined only once. They should be made hidden & shown on subsequent collapse & expand operation.
Asked
Active
Viewed 268 times
1 Answers
0
I'm not sure that I understand you correctly, but it seems that you need just set reloadOnExpand: false
property of subGridOptions.

Oleg
- 220,925
- 34
- 403
- 798
-
Hi, yes your guessing was right. That's what I wanted to have in jqgrid. – Shaggy Oct 28 '13 at 11:58
-
Hi Oleg, I would like you to have a look into one of my issue posted [here](http://stackoverflow.com/questions/20326342/jquery-dialog-shows-data-from-previous-ajax-request). It is very prolong issue in my project. I would like to disucss it with you as you have helped me a lot in resolving jqGrid issue & this issue is surrounded by jqGrid use. I am not sure it is related to jqGrid; but I thought you can direct me in correct way to resolve it. Thanks – Shaggy Dec 05 '13 at 07:12