开发者

Display search results in jQGrid

开发者 https://www.devze.com 2023-04-04 10:42 出处:网络
I have asp.net mvc 3.0 application. I want to create view with a couple of inputs and by submitting search values on controller than i want to display search results in jQGird.

I have asp.net mvc 3.0 application.

I want to create view with a couple of inputs and by submitting search values on controller than i want to display search results in jQGird.

Is there any samples or how could i do that?

update

I see that jQGrid has search features by default, should i better use tha开发者_如何学Ct rather that separate fields?


Check this answer, it might help you:

JqGrid and Search form - ASP.NET MVC

You can use jqGrid's default search features, but sometime you might want to use a customized layout, built by you, which is what the link above demonstrates.

0

精彩评论

暂无评论...
验证码 换一张
取 消