0

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 that rather that separate fields?

halera
  • 165
  • 2
  • 9
  • Look at the UPDATED part of [the answer](http://stackoverflow.com/questions/5500805/asp-net-mvc-2-0-implementation-of-searching-in-jqgrid/5501644#5501644) and download the demo VS2010 project from [here](http://www.ok-soft-gmbh.com/jqGrid/jqGridDemoVS2010.zip). – Oleg Sep 13 '11 at 19:43

1 Answers1

0

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.

Community
  • 1
  • 1
tggm
  • 973
  • 2
  • 15
  • 41