I'm having an unexpected result when I edit one of my comboboxtools in a ribbon. If I choose from the dropdown list everything works fine, but typing in a value is returning only what the user types in to the Text property, NOT what shows in the text area of the comboboxtool.
If I check the value WITHIN the BeforeToolExitEditMode, the Text property shows what I see. As soon as the control exits the edit mode, the Text property reverts back to whatever the user typed in. The Value property is correct in either case; it shows the ID associated with the full text displayed.
The DropDownStyle is set to dropdown and AutoComplete is set to true
Hello Calislnb,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.