subgrid Questions

2

When I nest a subgrid inside a padded subgrid inside a grid, I get inconsistet behavior between the different browsers. Chrome/Edge (Windows) Firefox (Windows) Safari MacOS This is t...
Auklet asked 7/12, 2023 at 12:19

1

Solved

I created a grid with multiple sub-grid levels using jqGrid and with a little help from this answer. Here is what I have currently: I am trying to modify it in a way to only show the sub g...
Quintet asked 22/9, 2015 at 14:29

4

Solved

Problem: jqGrid with subgirds. I want to disable the expand/collapse functionality for some rows of the main grid.
Indifferentism asked 27/5, 2010 at 20:8

1

Solved

I'm trying to get nested subgrids to work using jqGrid with local data. I've searched around quite a bit but haven't been able to find a solution. Here is a simplified sample of my code: var mainG...
Pentose asked 7/12, 2012 at 16:48

1

Solved

jqGrid v4.3.2 ie9 win7enterprise I'm using the following code to generate subgrids: http://www.trirand.com/blog/jqgrid/jqgrid.html - > Advanced -> Grid as SubGrid I do this and i have 1st level...
Sprightly asked 20/4, 2012 at 4:57

1

Solved

I'm trying to get my subgrid to work with local data. However, when I click expand, I just get a Loading box like the grid is attempting to pull the data from somewhere. I'm assuming I don't need a...
Gayomart asked 15/4, 2012 at 16:45

1

Solved

I don't want use ajax to load data in my grid. Theres a way to load all data to main grid and subgrids statically? In the samples from jqGrid Documentation, the parameter subGridUrl, is needed. Bu...
Saker asked 6/2, 2012 at 17:55

1

I have a grid with a subgrid: Only the first row of the Main grid need to have a subgrid. The solutions I found by Google and http://www.trirand.com/....i:subgrid&s[]=hidecol doesn't work. I...
Marry asked 26/12, 2010 at 13:42

1

Solved

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 J...
Pyrrhotite asked 15/12, 2010 at 10:55

1

Some one give me the some Sample Code to make my Grid like this.I read in document that jqgrid just supports subgrid. like this page in Hierachy http://trirand.net/demoaspnetmvc.aspx thanks !
Homogeny asked 6/11, 2010 at 18:29

2

Solved

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); but am unsure which rowId to use t...
Incidence asked 27/7, 2010 at 15:46

1

Solved

I am using jqGrid 3.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 { "page": "1", "total": 1, "records": "6...
Chickamauga asked 22/4, 2010 at 12:19
1

© 2022 - 2024 — McMap. All rights reserved.