Hi
I have been struggling with JQgrid for three days. I have tried different data structures. I thought the easiest would be xmlstring. I am able to get the table header up but the rows are consistently empty.
Please help to tell me what I am doing wrong. I render the xml from a Spring mvc controller. I put it in the request and create a javascript var with the xml.
var xmlStr = “<%=request.getAttribute("source") %>“;
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top