Forum
10:39
10/02/2011
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 !
12:20
10/08/2009
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
Most Users Ever Online: 715
Currently Online:
34 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.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66