المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Combobox with Autocomplete



C# Programming
08-06-2009, 08:40 PM
I turned on the autocomplete feature for a combobox on my form and set the autocompletesource to Listitems. It is a databound combobox. When the user selects an item using autocomplete, I don't get a value for selectedvalue, is this expected behavior? Do I have to write a Leave routine to match the text with the value from the combobox?

Shouldn't this behavior be automatic?