如何将搜索对话框放在Jqgrid的中间

时间:2013-02-01 07:33:45

标签: asp.net jqgrid

我有一个jqgrid,其中我添加了搜索选项,点击搜索按钮搜索对话框出现在网格的左侧,我希望它位于中间。

这是我的代码......

jQuery("#UsersGrid").jqGrid('navGrid', '#UsersGridPager', { add:false, edit: false, del: false, search: true, refresh: true,cloneToTop:true }
        , {}, // default settings for edit
          {}, // default settings for add
           {}, // delete
         {closeOnEscape: true,
         multipleSearch: true,
         closeAfterSearch: true, showQuery: true
     }, // search options
                  {}

        ); 

1 个答案:

答案 0 :(得分:1)

查看维基

http://www.trirand.com/jqgridwiki/doku.php?id=wiki:singe_searching#options

您可以为搜索对话框设置lefttop位置