Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Expand / collapse row using a method
24/12/2008
10:31
Avatar
RedrikShuhart
New Member
Members
Forum Posts: 2
Member Since:
24/12/2008
sp_UserOfflineSmall Offline

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.

29/12/2008
03:29
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

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.

11/01/2009
08:05
Avatar
RedrikShuhart
New Member
Members
Forum Posts: 2
Member Since:
24/12/2008
sp_UserOfflineSmall Offline

Thank you!

It worked!!!

12/01/2009
09:59
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

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.

19/02/2009
17:15
Avatar
maggie
Member
Members
Forum Posts: 49
Member Since:
17/12/2008
sp_UserOfflineSmall Offline

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

20/02/2009
09:39
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

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.

Forum Timezone: Europe/Sofia

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.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information