Is there any way to not highlight the text in a combo box when the user clicks in it? Rather, i'd like to have the cursor go to where the user just clicked (like normal text boxes). This worked for me with an older version of the RadComboBox (by calling a method on the combobox's onclick event which just returned false), but since upgrading to the Q1 2008 version it no longer works.