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_Related Related Topics sp_TopicIcon
Subgrid Problem
Tags: subgrid
27/08/2010
17:48
Avatar
dajaney
Member
Members
Forum Posts: 20
Member Since:
22/01/2010
sp_UserOfflineSmall Offline

It will not display the main grid results nor the subgrid items. It just sits there with the loading modal window spinning.

var mygridtest = jQuery("#test").jqGrid({
  url: "test.php",
  datatype: "json",
  mtype: "POST",
  colModel: [
    {name:"column_a",label:"Column A",hidden: true,editable: false,hidedlg: true,search: false},
    {name:"column_b",label:"Column B",editable: false,search: false,sortable: false}

  ],

  sortable: false,
  altRows: false,
  headertitles: true,
  loadui: "block",
  width: 840,
  height: "100%",
  rownumbers: false,
  gridview: false,
  caption: "Test",

  jsonReader: {

    root: "rowset",

    page: "currpage",

    total: "totalpages",

    records: "totalrecords",

    repeatitems: false,

    cell: "recordset",

    subgrid: {

      root: "rowset",

      repeatitems: false,

      cell: "recordset"

    }

  },
  subGrid: true,
  subGridUrl: "subgrid.php",
  subGridModel: [
    { name: ["column1","column2"],
       width: [100,100],
       params: ["column_a"] }    
  ]

})

27/08/2010
17:58
Avatar
dajaney
Member
Members
Forum Posts: 20
Member Since:
22/01/2010
sp_UserOfflineSmall Offline

If I remove the subgrid params, the main grid loads the records just fine. No javacript errors.

Firebug shows the main grid result only:

{"totalpages":1,"currpage":1,"totalrecords":1,"rowset":[{"id":1,"recordset":[1,"WP 1"]}]}
27/08/2010
18:39
Avatar
dajaney
Member
Members
Forum Posts: 20
Member Since:
22/01/2010
sp_UserOfflineSmall Offline

Fixed. Close thread.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
68 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