This is a migrated thread and some comments may be shown as answers.

RadComboBox arrow not clickable

8 Answers 399 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Barry
Top achievements
Rank 1
Barry asked on 30 Jan 2013, 02:43 PM
I have several rad combo boxes in an ASPX project. You can click inside the combo box or slightly to the right and it will expand. But when clicking on the actual drop down arrow nothing happens.

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

Sort by
0
Barry
Top achievements
Rank 1
answered on 30 Jan 2013, 06:53 PM
Identified issue was with CSS "left: " style. No idea why, but issue is resolved.
0
Gary
Top achievements
Rank 1
answered on 22 Apr 2013, 06:54 PM
I'm running version 2013.1.403.40 of the RadComboBox, and I'm having the same issue.  The first time it clicks but after that it stops.
0
Plamen
Telerik team
answered on 24 Apr 2013, 10:39 AM
Hi Gary,

 
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?

Regards,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Gary
Top achievements
Rank 1
answered on 24 Apr 2013, 12:45 PM
Hello Plamen
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.
0
Plamen
Telerik team
answered on 29 Apr 2013, 11:22 AM
Hi Gary,

 
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?

All the best,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Gary
Top achievements
Rank 1
answered on 02 May 2013, 02:38 PM
Hi Plamen

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
0
Gary
Top achievements
Rank 1
answered on 02 May 2013, 05:06 PM
Well it seems I don't have to do anything to replicate the issue.  It works the same way in your demo found here:http://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx

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.
0
Plamen
Telerik team
answered on 07 May 2013, 11:51 AM
Hi Gary,

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.

All the best,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ComboBox
Asked by
Barry
Top achievements
Rank 1
Answers by
Barry
Top achievements
Rank 1
Gary
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or