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

[Solved] RadCombobox problem on Upgrade to Q3 2009

4 Answers 77 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
JayCats
Top achievements
Rank 1
JayCats asked on 19 Nov 2009, 08:58 PM
After upgrading to Q3 2009, combobox dropdown arrow and rcbInputCellLeft background images are not showing properly. Do I have to change anything on my code after I updated to the latest Telerik build?

4 Answers, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 20 Nov 2009, 11:26 AM
Hello JayCats,

From which version are you upgrading to Q3 2009?

Can you provide a link to a screenshot showing the issue or a live URL where the issue can be observed?

Sincerely yours,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
JayCats
Top achievements
Rank 1
answered on 20 Nov 2009, 04:53 PM
Got this solved.

Which version of RadControls for ASP.NET AJAX are you upgrading from? A possible cause for you problem is the introduction of a base stylesheet in RadComboBox. Check this sticky thread for more details:
http://www.telerik.com/community/forums/aspnet-ajax/combobox/possible-breaking-change-in-radcombobox-q3-2009-base-stylesheet-introduced.aspx
You probably only need to disable the base stylesheet.

All the best,
Kamen Bundev
the Telerik team

My next problem is now combobox01.Focus(); does not work in code behind. Is that part of the new build? Is there a workaround to that?

THanks. 
0
Simon
Telerik team
answered on 23 Nov 2009, 02:32 PM
Hi JayCats,

Please use the following code to set focus to the ComboBox (RadComboBox1 in this example):

ScriptManager1.SetFocus(RadComboBox1.ClientID + "_Input");

Sincerely yours,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
JayCats
Top achievements
Rank 1
answered on 23 Nov 2009, 03:51 PM
That solved it. Thanks!
Tags
ComboBox
Asked by
JayCats
Top achievements
Rank 1
Answers by
Simon
Telerik team
JayCats
Top achievements
Rank 1
Share this question
or