Here’s my desired result:
Given a ASP.net MVC page that has a block at the top with several parameters for filtering against a list that is display below, something like…
TextBox1 RadioButton1 TextBox2 OtherOptions Here item item item
I’d like the filtering to be interactive capable on later iterations or immediately if it’s relatively easy.
Any suggestions on an approach?
This jQuery plugin may help you. Open ‘jqGrid Examples’ -> ‘Advanced’ -> ‘Search Big Sets’ for sample of filtering and searching. There are a lot of other samples too.