I am trying to use the RadComboBox as a search input area (similar to google). Everything so far is working out well except for one minor annoyance. Every time you use the mouse pointer to click on the text in the box, all the text will be selected and if more text is entered, it will replace everything. This makes it very annoying if you need to change just a few characters at the very beginning of the text.
Quick example if I'm not being clear :
1. User types "bbooks" into the search box
2. Realizes he typed two "b"s
3. Uses his mouse to click at the beginning of the text in the text box to erase one "b"
4. Now all the text is selected and if he types anything, all the text will be cleared.
Thanks in advance for any help.