Hi,
I'm using VWG 6.4 RC0a. The SelectedIndexChanged event is not triggered all time. DropDownStyle is set to DropDown. This happens if first write part of item in combo and after open combo list and select with mouse or press enter. This happens even if automcomplete is set None or to Suggest for example.
If select with mouse direct, or open before list of combo with mouse and after write works fine.
Another thing that is not ok is that autocomplete is not like in winforms: start write in combo and values to choose from appears, here before you need to open with mouse the list of items and only than . Ideally should work like this:
- start writing
- then autocompletion for best matching record
- pulldown of dropdown with best match selected
This was tested in IE8 and FF 3.6 .
I have a very simple sample app, I can send it.
This is pretty urgent. Please fix it or give some work around.
Thank you in advance.