【问题标题】:JQGrid not reaching MVC controllerJQGrid 没有到达 MVC 控制器
【发布时间】:2010-11-19 07:39:33
【问题描述】:

使用 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)

【问题讨论】:

  • Firebug 说服务器的响应是什么?
  • 克雷格你摇滚。我对你的问题感到困惑,所以又看了看萤火虫。找到响应选项卡,它告诉我它对调用哪个函数感到困惑。我只注释了一个函数,它就像一个魅力。谢谢。

标签: asp.net-mvc model-view-controller


【解决方案1】:

使用萤火虫响应选项卡检查响应...根据上述评论 卡尔-

【讨论】:

    猜你喜欢
    • 2017-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-02-28
    • 2011-07-17
    • 2021-01-13
    • 2019-09-19
    • 2019-04-12
    • 1970-01-01
    相关资源
    最近更新 更多