jqGrid - 如何放置指定页码

时间:2011-04-13 20:47:30

标签: asp.net-mvc jqgrid

我想做以下事情: 1.我有以下格式化功能:

    function ActionDescriptionFormatter(cellval, opts, rwdat, _act) {
        var str = "<a border='0' style='text-decoration: none;' href='/Admin/IdeaDescription?id=" + cellval + "' title='Description'><img src='/images/aico_descr.png' alt='Description' border='0' /></a>";
        return str;
    }

我想将当前的pagenumber添加到url。

  1. 我想设置网格页面,如果它是通过网址传递的
  2. 怎么做?

0 个答案:

没有答案