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?