Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » Question ComboBox Collapse All
Subject Author Date
Sven Rutten Jul 30, 2007 - 4:56 PM

Hello

I have a question about the combobox.

When I have the following entries:

Test 2
Test
Test 3

And I am selecting "Test" (which is selectedindex = 1), and then I am clicking on the combobox to show all entries, I am expecting that it is highlighting index 1. But instead it is highlighting index 0. It is searching for the first entry with "Test" in its name.

I saw that this is the same by the standard combobox if DropDownStyle is not set to DropDownList.

Could you implement, that if I set "Editable" to False, (then it is behaving like a DropDownList), that it is marking the exact index, and not searching for the first item starting with the string?

Thanks

Sven

Technical Support Jul 31, 2007 - 9:09 AM

Thanks for the feature request. We will add it in version 2.1. This version was initially scheduled for the end of July but now it is rescheduled for August 7.

Sven Rutten Aug 1, 2007 - 12:30 PM

Thanks