Load local JSON data in jQgrid without AddJsonRows
I suppose that the same question is interesting for other persons. So +1 from me for the question. You can solve the problem in at least two ways. The first one you can use datatype: “jsonstring” and datastr: data. In the case you need to add additional parameter jsonReader: { repeatitems: false }. The second … Read more