I need to create an editable autocomplete drop down list for the website. It needs to be reusable.
I created a composite control with textbox, dropdown image and select box (asp.net) but it doesn't mimic the behavior of the the combo box exactly e.g you can type text under the dropdown image. If you change the windows font settings to supersize the textbox and combo box size will grow taller but the drop down image will stay the same.
I checked the asp.net ajax site and the editable dropdown doesn't look like the standard dropdown and I would prefer using javascript.
Another alternative is the new javascript libraries but I don't want to be dependent on a framework version so would want to rather move the code into my app as javascript. Here is an a javascript library example http://www.extjs.com/deploy/dev/examples/form/combos.html
Anyone have done and editable web combo this before or know a good method?
I created a composite control with textbox, dropdown image and select box (asp.net) but it doesn't mimic the behavior of the the combo box exactly e.g you can type text under the dropdown image. If you change the windows font settings to supersize the textbox and combo box size will grow taller but the drop down image will stay the same.
I checked the asp.net ajax site and the editable dropdown doesn't look like the standard dropdown and I would prefer using javascript.
Another alternative is the new javascript libraries but I don't want to be dependent on a framework version so would want to rather move the code into my app as javascript. Here is an a javascript library example http://www.extjs.com/deploy/dev/examples/form/combos.html
Anyone have done and editable web combo this before or know a good method?