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
JSON format for subgrid
15/02/2011
23:18
Avatar
danyw
Member
Members
Forum Posts: 4
Member Since:
13/02/2011
sp_UserOfflineSmall Offline

Hi everyone,

I am trying to set up a subgrid and for now I am just trying with one column. Here's the output of my controller action:

{"row":{"cell":["Test Breeder 2"]}}
and here's the javascript code:

    $("#grid").jqGrid({

        url: "/Entry/EntryListingByBreed/",

        datatype: "json",

        mtype: "POST",

        postData: {...},

        colNames: [...],

        colModel: [

...some columns

        ],

        pager: jQuery("#pager"),

        rowNum: 20,

        rowList: [10, 20, 40],

        altRows: true,

        altclass: "gridAltRow",

        height: "100%",

        viewrecords: true,

        caption: "Entries for " + breedName,

        subGrid: true,

        subGridUrl: "/Entry/GetEntrySummary/",

        subGridModel: [

        {

            name: ["Breeder"],

            width: ["500"],

            align: ["left"]

        }]

    });


Currently the subgrid is only showing the column header but no data. Any help would be greatly appreciated.

Thanks,

Dany.

16/02/2011
21:41
Avatar
danyw
Member
Members
Forum Posts: 4
Member Since:
13/02/2011
sp_UserOfflineSmall Offline

Since I can't delete my own posting I may as well answer it...

I have fixed the issue - it turns out I only had one cell in the row object. It's meant to be an array of cells, even if there's only one cell in that array.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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