I am trying to upgrade JQGrid from 3.6.1 to 3.6.4 but my grid won't load the JSON data. Did the format requirements for the JSON data change? I see from this link:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#json_data
That the expected default JSON data format is:
|
1 |
{ <br /> total: "xxx", <br /> page: "yyy", <br /> records: "zzz",<br /> rows : [<br /> {id:"1", cell:["cell11", "cell12", "cell13"]},<br /> {id:"2", cell:["cell21", "cell22", "cell23"]},<br /> ...<br /> ]<br />}<br /><br />But my rows element has never looked like that and it works fine in 3.6.1. My rows element is just an array of objects. I don't have a rows[0].id or a rows[0].cell.<br /><br />Did this change? |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top