1

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?

2 Answers 2

1

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.

Sign up to request clarification or add additional context in comments.

Comments

0

Take a look at the approach StackOverflow used under the Users and Tags sections of the site. When you type in the textbox to search, it filters the list as you type. It would be pretty trivial to add to the filter other options like a radio button, etc...

You can do this relatively easily with jquery by taking advantage of event listeners and the ajax capabilities it has.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.