Forum

July 10th, 2011
You must be logged in to post Login Register

Search Forums:


 






Frozen columns using the jsonstring data

No Tags
UserPost

21:33
20/07/2012


mikespam

Member

posts 3

I can't get frozen columns to work with jsonstring data type

Here's my ajax request:

$.ajax(
    {
       type: "POST",
       url: url,
       data: "",
       dataType: "json",
       success: function(data)
       {

            rows = data.rows
            cols = data.colNames;
            colModel = data.colModel;

            grid.jqGrid({
                jsonReader : {
                    repeatitems: false
                },
                url: urlData,
                datatype: 'jsonstring',
                mtype: 'POST',
                datastr : rows,
                colNames: cols,
                colModel: colModel,
               ...............
No Tags

About the jQuery Grid Plugin – jqGrid forum

Most Users Ever Online:

157


Currently Online:

27 Guests

Forum Stats:

Groups: 1

Forums: 7

Topics: 9596

Posts: 28792

Membership:

There are 10196 Members

There have been 448 Guests

There is 1 Admin

There are 2 Moderators

Top Posters:

OlegK – 1157

markw65 – 179

kobruleht – 144

phicarre – 126

YamilBracho – 124

Renso – 118

Administrators: admin (56 Posts)

Moderators: tony (7010 Posts), Rumen[Trirand] (81 Posts)




Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information