I have been able to setup some simple examples using jqgrid loading data. I can display the grid with data succefully by putting xml data and json string in client side script.
Now the problem I am struggling with is using jqGrid to display the data retrieved from JSP (I have to use java since that is all the project based on).
For the jsp page, I can view the generated json string (on browser) or xml data (view page source) by accessing the files directly. The data are in the correct format since the format are same as my previous worked examples.
http://localhost:8080/examples/holdingsJSONData.jsp
http://localhost:8080/examples/holdingsData.jsp
But when I specified the url as either one above in the html, only the grid displayed without data.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top