jqgrid,查询默认不显示
1 $("#grid").jqGrid({2 url:url,3 datatype:"local",4 //other options5 });
2. 当要加载数据的时候把datatype改成json或者XML: