¡@

Home 

2014/10/16 ¤W¤È 12:09:18

jquery Programming Glossary: tax1

jqgrid inline edit rows and data not lining up

http://stackoverflow.com/questions/6989608/jqgrid-inline-edit-rows-and-data-not-lining-up

later var jsonData new total totalPages page page records totalRecords rows new new id 1 cell new 1 Note1 Tax1 new id 2 cell new 2 Note2 Tax2 new id 3 cell new 3 Note3 Tax3 return Json jsonData The error happens. However if you.. The error happens. However if you give it local data like data mydata datatype 'local' var mydata id 1 note Note1 tax Tax1 id 2 note Note2 tax Tax2 id 3 note Note3 tax Tax3 It's fine. jquery jqgrid share improve this question I can suggest.. string sidx string sord int page int rows ... var jsonData new ... rows new new id 1 cell new 1 Note1 Tax1 new id 2 cell new 2 Note2 Tax2 new id 3 cell new 3 Note3 Tax3 return Json jsonData In the case the code will produce..