So, I had this problem as well until I figured out that you need to
set up the "jsonReader" to tell jqGrid what the format of the JSON
data looks like. Plug this in after "caption" and give it a try.
jsonReader: {
total: "total",
page: "page",
records:"records",
root: "rows",
cell: "",
id: "0"
}
Charlie
--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
mailing list - http://groups.google.com/group/openbd?hl=en
!! save a network - please trim replies before posting !!