Is there a bug with nav buttons (whether on the toppager or the regular pager) when custom buttons are added to a subgrid (using the jqgrid navButtonAdd) but only in FireFox and IE?It seems to work/lo
I\'m trying to create a button in a form which contains a subgrid of activitypointers, where some of them are emails. This button needs to open the email reply window to the email (The window you get
I have a JQgrid that works perfectly fine, it has a subgrid, that works OK, but for some strange reason only the first row of subgrid won\'t populate the data received from server, although I can see
I have a jqGrid with a subGrid. When I click on a row of the subGrid, the same row on the main grid becomes selected. I really don\'t know the reason.
I\'ve got a subgrid that, when you click the \"+\" sign next to \"Cheese\", the ajax query fires, and I see the subgrid column names, but the actual data isn\'t populated into the subgrid. The problem
I have a JQGrid with a subgrid (simple one, not as a grid) which worked fine till yesterday. Then I discovered the powerful flag loadonce=true which gives me pagination, search, etc. for free. But sin
Hi I have a jqgrid with a subgrid which calls into a servlet. I am sending some data to the servlet using POST but the same data doesn\'t get sent when the call for the subgrid is made. This is my JS:
The example treegrid implementation isn\'t exactly crystal clear. I\'ve got a grid like: IDNameVal +1Foo开发者_如何转开发45
I have a Jqgrid with subgrid enabled in my MVC 2 project. Subgrid expands and populates data on the button click. I want to expand and show the subgrid data on page load. So i called exapandSubGridRow
I have a problem to use subgrid. I want to use the nice feature 开发者_JAVA技巧of loadoce(local search etc.). And I also want to use subgrid.