Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Professional jQuery based Combobox control? [closed]

Are there any professional Combobox controls (dropdown list with autosuggestion) based on the jQuery library?

It should be able to handle large datasets and have some skinning options. A multi-column result list would be great too. I'm working with ASP.NET, but it's a not a problem if I had to write a wrapper for it.

alt text

I'm already using a third-party control, but I ran into some compatibilty issues between two vendor's controls. Well, I want to get rid of this kind of dependencies.

like image 557
splattne Avatar asked Oct 12 '08 09:10

splattne


1 Answers

Here's one that looks very promising. It's a true combo - you see what you type. Has a cool feature I haven't seen elsewhere: paging results.

FlexBox

like image 171
GeorgeBarker Avatar answered Oct 19 '22 19:10

GeorgeBarker