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

Change Combo box color

10 Answers 75 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
BET
Top achievements
Rank 1
BET asked on 14 May 2013, 01:17 AM
Hi,
 My telerik controls version is 2013.1.417.40. My combo boxes are appearing in gray color. I want to change the combobox color to  white.
our old telerik controls version was 2012.2.724.40 and the combo box color was white.
we want to maintain the color consistency of the combo boxes with the new telerik controls.
Any help would be appreciated.
Thanks in advance.

10 Answers, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 16 May 2013, 02:44 PM
Hello,

Indeed there are breaking changes in 2012 Q3. For more details please check this out. Please try to change only combo's sprite or set AllowCustomText to true in order to have the RadComboBox appearance look used in 2012 Q2. 
//markup code

<telerik:RadComboBox runat="server" ID="RadComboBox1"
          AllowCustomText="true" >
   </telerik:RadComboBox>

Kind regards,
Boyan Dimitrov
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
BET
Top achievements
Rank 1
answered on 16 May 2013, 03:29 PM
Hi Boyan, 
 Thank you for the response.
  I added AllowCustomText="true", now the combo box is appearing as white but the drop down is appearing as gray. Please see attached screenshot.
Thanks
0
Boyan Dimitrov
Telerik team
answered on 21 May 2013, 12:57 PM
Hello,

I am afraid that we would need a bit more time  to change that drop down color. I would like to assure you that I will post  here a workaround as soon as possible. 

Thank you for understanding. 

Kind regards,
Boyan Dimitrov
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
AratiS
Top achievements
Rank 1
answered on 21 Jun 2013, 05:07 PM
Hi Boyan,

Were you able to get a workaround for this issue?. We are facing this in all of our applications, appreciate if you can provide a resolution ASAP.

Thanks,
Arati
0
AratiS
Top achievements
Rank 1
answered on 21 Jun 2013, 05:10 PM
Hi Boyan,

Were you able to get a workaround for this issue?. We are facing this in all of our applications, appreciate if you can provide a resolution ASAP.

Thanks,
Arati
0
Ivan Zhekov
Telerik team
answered on 26 Jun 2013, 10:33 AM
Hi, Arati.

As Boyan has noted, the change is not a bug or an issue, instead it's an improvement in terms of usability, as outline in the forum thread he referenced -- http://www.telerik.com/community/forums/aspnet-ajax/combobox/possible-breaking-changes-2012-q3.aspx.

The main point of this improvement is:
-- if it looks like a textbox, then you can write in it (ComboBox with custom text, RadInput)
-- If it looks like a button, then you can select a value from a list (Combo w/o custom text, DropDownList etc)

There were, as pointed out in this thread some visual discrepancies and we are targeting them.

---

That said, there are customers like you, who are not pleased with the way the control looks. In such cases we prepare a modified version of the sprite image. To do so we need to know the skin you are using.

Note:The above modifications do not apply for any skin newer than 2012 Q3 (currently BlackMetroTouch, Silk and Glow), as well as for ComboBox light-weight rendering skins.

Regards,
Ivan Zhekov
Telerik
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 the blog feed now.
0
AratiS
Top achievements
Rank 1
answered on 26 Jun 2013, 01:13 PM
Hi Ivan,

Thank you for the response.
We are using Outlook skin for our combo boxes. So going forward will I have to use a modified sprite image every time I upgrade to a newer telerik version? Also, can you please let me know if using a customized sprite image could cause any issues?

Thanks,
Arati
0
Ivan Zhekov
Telerik team
answered on 01 Jul 2013, 10:30 AM
Hello, Arati.

I have attached the a sample page with two comboboxes (with and without custom text) with the skin patch applied.

Regards,
Ivan Zhekov
Telerik
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 the blog feed now.
0
AratiS
Top achievements
Rank 1
answered on 01 Jul 2013, 01:46 PM
Thanks Ivan for sending me the customized skin.
Do I need to copy these files into my telerik folder?  (C:\Program Files\Telerik\RadControls for ASP.NET AJAX Q2 2013\Skins\Outlook), 
Also, I had following questions about using this customized skin.
- Going forward will I have to use a modified sprite image every time I upgrade to a newer telerik version?
- Can you please let me know if using a customized sprite image could cause any issues?



0
Ivan Zhekov
Telerik team
answered on 02 Jul 2013, 08:54 AM
Hello, Arati.

Placing the file
You need to place the file within your project e.g. your web site and reference the CSS file.

New custom sprite on upgrade?
It's unlikely that you will have to modify it. Still, as we deprecate the classic render mode, you will not be use the customized rendering.

Possible issues
Again, unlikely. The css file targets only Outlook skin and only if you include it i.e. it's a safe scenario.

Regards,
Ivan Zhekov
Telerik
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 the blog feed now.
Tags
ComboBox
Asked by
BET
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
BET
Top achievements
Rank 1
AratiS
Top achievements
Rank 1
Ivan Zhekov
Telerik team
Share this question
or