Questions tagged [subgrid]
165 questions
1
vote
0 answers
How to use subgrid with Jqgrid and JSON?
I'm a jqrid newbie. My problem is how to make it work using subgrid? This is the js file :
var url = $.url(window.location.href.replace("#",""));
var page = url.param("page");
var sortname = url.param("sortname");
…

Attila Naghi
- 2,535
- 6
- 37
- 59
1
vote
1 answer
jqgrid Display Grid as Subgrid by separate Button
I have a Problem to Display a Grid as a Subgrid using an extra button.
I tried to copy the code from the
subGridRowExpanded:
Event.
But the Grid is doing something nasty, before the subGridRowExpanded is fired.
If I use the + button at the left…

evildead
- 4,607
- 4
- 25
- 49
1
vote
1 answer
Is is possible to show subgrid on Mousehover on particular row in jqgrid
I have a jqgrid in which i need to show a subgrid on mouse hover on particular row ...But i have no idea of the possibility of the same...
I am binding the json data locally into my jqgrid through ajax call...Is there any event for onmouse hover on…

vikas
- 471
- 3
- 15
- 31
1
vote
1 answer
CRM 2011 Get selected items from lookup
I have issue with CRM 2011.
We have SubGrid with some entity and I need get selected items from this subgrid and send to another form.(For example onSave event)
How it is possible to do?
Thanks

Viktor Ischenko
- 199
- 1
- 8
1
vote
1 answer
How to add a formatter (date) to a jqgrid subgrid
i run in to a problem, I have the next jqgrid:
grid.jqGrid({
datatype: "xml",
url:'../Controladores/cPedidos.php?action=lpp',
mtype: 'POST',
colNames:['FECHA','PROVEEDOR','USUARIO'],
colModel:[
…

EricGS
- 1,323
- 2
- 17
- 42
1
vote
1 answer
zfdatagrid and jqgrid: subgrid is not loading
I am using Zend Framework that's why I decided to use "zfdatagrid deploy jqgrid" instead of using jqgrid straight away.
I want to have jqgrid with subgrid. Grid is shown ok, but when I click expand button then I get notice "Loading" but nothing…

Auris
- 61
- 7
1
vote
1 answer
jqgrid. Hide subgrid on collapse?
I have a page with a grid allowing subgrids. I would like the user to be able to enter data in one subgrid, collapse it, and enter data in another subgrid, and so on... The data entered should be saved to the server with one call (or discarded).
It…

burktelefon
- 988
- 2
- 8
- 27
1
vote
0 answers
Trouble populating data in jqGrid subgrid
I am trying to populate data in the subgrid, but I have trouble doing it. I guess the trouble is that I need to show the data generated from the same URL. Its is nested data. The data is json. I looked around for examples, some specify the need for…

Alice
- 95
- 4
- 12
1
vote
1 answer
Reading all records of a subgrid regardless of the active page with JavaScript in Dnamics CRM 2011
I've got a JavaScript code that should iterate over all rows of a subgrid.
for (var intRowNumber = 0; intRowNumber < gridControl.getRecordsFromInnerGrid().length; intRowNumber++)
{
// do stuff
}
My problem is that this code iterates over only…

tdgtyugdyugdrugdr
- 786
- 4
- 13
- 31
1
vote
2 answers
jqGrid Subgrid data not showing up
I have seen the same question being asked but none of them contained an answer that I could use. I am using jqgrid 4.4. The main grid loads data fine, in the subgrid I can see the response from my java controller but not sure how to get it to show…

rdev
- 135
- 2
- 14
1
vote
0 answers
php jqgrid Subgrid 2 Level not rendering
I searched here, but couldn't find solution to my problem.
I was trying to use the example code, Simple Subgrid worked fine.
However, Subgrid 2 Level is not working.
displaygrid.php contains:
$grid->setSubGridGrid("displaysubgrid.php");
when I try…

user1656041
- 11
- 2
1
vote
2 answers
How to set focus automatically to the subgrid row in jquery?
I am Dynamically adding row in subgrid of jqgrid. After adding I want to set focus automatically to that new row which is being added in the subgrid. I am using asp.net. How could i achieve this.. Please help me out..

Xavier
- 1,672
- 5
- 27
- 46
1
vote
1 answer
How to validate the subgrid rows in jquery?
I am using a SubGrid. I will click a link "add session" in the subgrid which will add rows to the subgrid. I can add n number of rows. Now i need to validate each added rows in the sub grid. How could i do that?
I am pasting my code below...
//This…
user1503463
1
vote
1 answer
How to get the Parent id from the subgrid rowId?
I am using a JqGrid and subgrid. I have to get the parent id from the subgrid rowId.
Kindly help me out in solving this..
I am pasting my code below.
//This is Grid
$("#DayEvents").jqGrid({
url: 'Event.asmx/GetDayForEvents',
datatype:…
user1503463
0
votes
1 answer
jqGrid edit form prefills by wrong values. (On second time clicked)
I use jqGrid plugin. There are grid and sub grid turned on. When I click second time to edit row from main grid then fields populates by wrong value.
Detailed steps to reproduce:
Click edit row (main grid row)
Edit form populated correctly, ok (see…

Yara
- 4,441
- 6
- 42
- 62