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.
精彩评论