FYI: I am using the ajax tool script manager & Telerik Web UI vers 2012.1.411.35.
I have also created a test project and am UNABLE to reproduce.
<
td
>
<
telerik:RadComboBox
ID
=
"radStatus"
Runat
=
"server"
AutoPostBack
=
"True"
onselectedindexchanged
=
"radStatus_SelectedIndexChanged"
Skin
=
"Outlook"
>
<
Items
>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"New Disputes"
Value
=
"New Disputes"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Pending"
Value
=
"Pending TPG"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Completed"
Value
=
"Completed"
/>
</
Items
>
</
telerik:RadComboBox
>
</
td
>
8 Answers, 1 is accepted


We are not aware of such known issue with RadCombobox at the moment.
Would you please elaborate a little bit the issue by sharing the code that will reproduce it so we could be more helpful? Can it be observed on any of our on-line demos here?
Plamen
the Telerik team

I was setting up the rad grid this week and I added in a filter template. Then added a rad dropdown as instructed from this tutorial:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/filtertemplate/defaultcs.aspx
I set the dropdown to have 4 fixed option lines hard coded. The first thing I tried was getting rid of the blinking cursor in the box itself. My cliend/manager didin't care for how it worked. I google searched the issus and it seems others have asked about this too.
The second thing was after clicking the down arrow for a third time, the dropdown list stopped working.
I changed the code to add in a M$ dropdown and it worked so I left it. I really like the look of the rad dropdown but between the cursor blinking and the drop arrow, I had to change it out until I had more time to mess with it.
I've looked at all of the demos and code on both sites, and over all I really love what the grid does.
From the explanation provided it is not quite clear if you are using RadCombobox of RadDropDownList. I have inspected the scenario both locally and on the demo linked but could not observe neither the "blinking cursor" nor the other unusual behavior as well. Would you please elaborate a little bit how to replicate them so we could be able to provide a solution for them?
Plamen
the Telerik team

This is what I did. I needed to have filtering on my RadGrid, so I emabled it. Then I wanted a dropdown box set to the values of the column so I could filter based on the box.
When I used the rad control, and clicked the dropdown box, it gave me a blinking cursor in the box to the left of the dropdown arrow. After messing with it and searching. It seemed that others had the same trouble so I replaced the rad control with mirosoft's dropdown in a custom telplate and the problem went away. I really liked the look of the rad control, but I didn't have the time to wait.
As soon as I get time I'll build a test program and look at it more.
I didn't want to leave this hanging.
Thanks
~G

Please click on the word Brand in the dropdown box. The list of cars drop down and there is a blinking curson exactly where you clicked.
This does not show on Chrome, but it does in Firefox and ie9.
Hope this helps.
Thank you for explaining the issue. It is a known behavior and you can find a possible workaround provided in this forum post.
Another possible solution will be to set the RenderMode="Native" property of RadComboBox.
Hope this will help you solve the issue.
Plamen
the Telerik team