使用FireBug我知道网址是 http://localhost:21962/Home/DynamicGridData/?nd=1250169669898&_search=false&rows=10&page=1&sidx=Id&sord=desc
它不是我的HomeController。 以下是我尝试接收JQGrid调用的操作
public ActionResult DynamicGridData(long nd,bool search,int rows,int page,string sidx,string sord)
public ActionResult DynamicGridData(int page,int rows,string search,string sidx,string sord)
public ActionResult DynamicGridData(string sidx,string sord,int page,int rows)
答案 0 :(得分:0)
使用firebug响应选项卡检查响应...按上述评论 卡尔 -