I have several databound comboboxes in my application and I notice that when i open the combobox to click on an item it doesn’t select the item unless i click to the right of the text. I’m assuming there is some way to include the text area as part of the item in terms of making a selection. Any help would be appreciated.
Share
I was using :
It worked fine after I switched it to:
Now no matter where I click it still selects.
Hope this helps the next guy.