Forum


10:31

24/12/2008

Hi.
First, thank you, Tony, a lot for this wonderful plugin that saved tons of time to all those people using it.
I was searching for a way to expand/collapse a row, when subgrid set to true, but not by clicking on the plus icon but using javascript. Is there a method or a more complicated way to trigger exapnding/collapsing of a row to a button outside of the grid? My final destination is to create a button "Expand All".
If there is already such an option please point me in the direction.
Thanks in advance.
03:29

Moderators
30/10/2007

Hello,
One possible solution (use the last version of jqGrid) to collapse all opened subgrids is:
var minuses = table.find(”img[src$=minus.gif]“,"#mygridid").each(function() {
$(this).parents(”td”).eq(0).click();
});
The same to expand all.
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
09:59

Moderators
30/10/2007

Hello,
Also you can use a more human readable methods in the new 3.4 beta. Check what is new here.
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
17:15

17/12/2008

Hi,
What is the syntax to call the method expandSubGridRow in version 3.4.1 to do expand all subgrids automatically when the main grid loads?
I use this but it is not working.
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("#list").jqGrid({
url:'example.php',
datatype: 'xml',
colNames:
['Inv No', 'Date', 'Amount', 'Tax', 'Total', 'Notes'],
colModel :[ {name:'invid', index: 'invid', width: 55},
{name:'invdate', index: 'invdate', width: 90},
{name:'amount', index: 'amount', width: 80, align: 'right'},
{name:'tax', index: 'tax', width: 80, align: 'right'},
{name:'total', index: 'total', width: 80,align: 'right'},
{name:'note', index: 'note', width: 150, sortable: false} ],
pager: jQuery('#pager'),
rowNum:10, rowList:[10,20,30],
sortname: 'id',
sortorder: "desc",
viewrecords: true,
imgpath: 'themes/basic/images',
caption: “My first grid,
subGrid: true,
subGridUrl : "subgrid.php",
subGridModel [
{ name: ['No', 'Item', 'Qty', 'Unit', 'Line Total'],
width : [55, 200, 80, 80, 80],
params: ['invdate'] } ]
}).expandSubGridRow(rowid);
});
</script>
Can you please give me an example?
Thanks! Maggie
09:39

Moderators
30/10/2007

Hello,
Can you get the all available row id's when the grid is loaded? I think yes.
Can you loop these values and for every value to call
$("#mygrid").expandSubgridRow(rowid[i])? I think yes
Hope this help
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
Most Users Ever Online: 715
Currently Online:
38 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66