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
addJSONdata infinite loop
17/03/2011
10:39
Avatar
Severance
Member
Members
Forum Posts: 4
Member Since:
10/02/2011
sp_UserOfflineSmall Offline

Hello,

here is my simple code :

grille.jqGrid({

datatype: "json"

........

});

grille[0].addJSONData({  "total": "1",   "page": "1",   "records": "1",  "rows": [ {"id" :"0", "cell" :["0", "cel1"]}  ] });

then i see the data in my grid, but the page is reloading again and again...!

I had no problem with addRowData, except a performance problem, so I want to switch on addJSONData.

Thank you for your help !

17/03/2011
12:20
Avatar
OlegK
Germany
Member
Members
Forum Posts: 1255
Member Since:
10/08/2009
sp_UserOfflineSmall Offline

Probably you should set the datatype to "local".

You can also use data parameter of jqGrid to create grid having the data. Try data: mydata where var mydata defined as [{id:0, colName:"cel1"}] (here colName should be replace to the name property of the column). If the name of the first colimn is not id, you can add key:true property to the definition of the first column.

If all this should work with tree grid I recommend you to look at the answer which include demos.

Best regards
Oleg 

17/03/2011
17:00
Avatar
Severance
Member
Members
Forum Posts: 4
Member Since:
10/02/2011
sp_UserOfflineSmall Offline

hello,

thank you 

it works now

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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