Mapping JSON data in JQGrid

First of all the code posted has some errors like dtatype: “json” instead of datatype: “json”. “},});” instead of “}});” at the end of code and colNames: [‘Stud Name’,’Year’,’Date’.’Number’] instead of colNames: [‘Stud Name’,’Year’,’Date’,’Number’]. After fixing this clear bugs you need change jsonmap values. This was your main question. The fixed code will be look … Read more