I want to do a combobox, but my user can select more than one option, so, it will be usefull if I do a combobox with Checkbox.
But this combobox with checkbox is bound from my database, so I need to put a filter inside the combobox with checkbox.
How can I do that via Jquery, or ASP.NET/C# ?
I tryied this one but I need to put a filter.
You can use a
<asp:CheckBoxListwith on top of her aTextBox, and then you bind the checkboxlist using as filter what is typing on the TextBox.Also if you place your CheckBoxList inside a div with limited width/height, and scroll enable, you have what you ask.
The menu opening, is simple open close of the div, with some delay.