4 Answers, 1 is accepted
0
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.
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.
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
Hi JayCats,
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.
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!