English 中文(简体)
用jqGrid接手,进行搜索?
原标题:Calling the page with jqGrid with enabled search?
  • 时间:2011-01-26 07:34:05
  •  标签:
  • jqgrid

我试图用jqGrid(windows. place.href= localhost/jqgrid?_search=true)打上一页,以便能够查找参数_search。 确实,但它只是作为 j干本身对搜索参数进行估算。 我们如何解决这一问题?

增 编

问题回答

使用<代码>windows. place.href设定 url with ?_search=true 我似乎错了。 jqGrid能够从服务器获得每台自动识别器申请数据。 因此,你应在新网页上设定“jqGrid”参数url,而不要将windows.place.href至url。

此外,使用<代码>_search=true参数开始查询也是错误的。 见链接,请提供更多资料。





相关问题
Retrieving original row data from jqGrid

It is possible to use the getRowData method to retrieve the current of a cell but this retrieves the current cell content rather than the original data before it went through the formatter. How do I ...

How to programmatically select top row of JQGrid?

How does one programmatically select the top row of a JQGrid. I want to have the top row already selected when it is opened on the page. My grid is sorted by a descriptive column so the first row s id ...

Blank when NaN in jqGrid cells

How to set blank instead of NaN in jqGrid cells ? Using formatter ? Is there an example?

complete jqGrid?

Please, can anyone tell me how to use jqGrid? I want to do edit, add & delete functionality. Also I want to show an image in the grid Please tell me, what can I do, and how can I do?

jqGrid: is there an event for when columns are reordered?

I m using the column reordering feature in jqGrid $grid = jQuery("#list").jqGrid({ sortable:true, ... }); Is there an event that fires after columns are re-ordered? If there is, I can t see ...

Wrapping Text lines in JqGrid

Can you get lines of text to wrap in JqGrid? I have had a look round but i can t find anything.

using jqgrid style for usual Table in asp.net mvc

I d prefer using Table and td instead of JqGrid but i like JqGrid styles. has anyone used jqgrid style for usual Grid of asp.net MVC(i mean Table and td) before?

热门标签