views:

8

answers:

1

Hi All!

My drop-down filter is working fine. It is a foreign key to another table which has a over 3K records.

The users are complaining that there are too many items in the drop-down list box and it's hard to find what they want to filter on. They want a text box next to the drop-down. As they type the text, the items in the drop-down should be filtered so the number of items is smaller and it's easier to find the item they want to filter on.

Thanks!

A: 

You probably need some sort of AJAX solution with a combobox.

Anax