Hey guys,
I'm trying to fix someone else's code and I'm having difficulties getting the data into the grid. The grid loads perfectly without errors but the data never shows up.
First here's the json reponse from the server when I manually make the request just to check if it works:
{“status”:”success”,”numRecords”:”1″,”startRecord”:1,”endRecord”:”1″,”currentPage”:1,”numPages”:1,”headers”:[“Id”,”FamilyId”,”RegistrationKey”,”FirstName”,”MiddleName”,”LastName”,”HomeStreet”,”HomeCity”,”HomeState”,”HomePostalCode”,”HomeCountryRegion”],”feedback”:“13146”,”13146″,”11a48423a5b9c80c370940321eff2bbb”,”Dmitry”,””,”Chayka”,”11 Testing”,”Toronto”,”CO”,”M1T 3P1″,”Canada”}
And this is the code which should implement the response from the server and populate the grid:
$(“#jqgResultsList”).jqGrid({
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top