We are using the Rad Combo Box in our application. on click, It shows the cursor in the combobox which looks as if it is editable combo to the end user. Kindly guide me to remove/avoid cursor from the Rad Combo box.
The caret would not be shown only if the input is disabled. You could do that on the RadComboBox's input field, but then you would
not get the drop down list opened when the input is clicked, it will
only open when the arrow on the input's right side is clicked.
Please try the following javascript.
JS:
Thanks for the timely reply. it works for me. only thing is control background color becomes grey when click on arrow and vanish after selection. Once again thanks for timely reply.