How do I get jqGrid to work using ASP.NET + JSON on the backend?

前端 未结 8 1658
无人及你
无人及你 2020-12-08 06:10

ok, I\'m back. I totally simplified my problem to just three simple fields and I\'m still stuck on the same line using the addJSONData method. I\'ve been stuck on this for d

8条回答
  •  无人及你
    2020-12-08 06:23

    Have you verified the tbl variable is getting reference to your jqgrid instance ?

    Try adding an id to your table element and get the reference to the jqgrid like:

    var thegrid = jQuery("#mytableid")[0];
    

提交回复
热议问题