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

Changing appearance of Radcombobox

1 Answer 98 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
parag patel
Top achievements
Rank 1
parag patel asked on 26 Oct 2009, 05:31 AM
Hello,

I am developing an user control in wpf. In which I am using RadCombobox.

<telerikComboBox:RadComboBox SelectedIndex="0" IsEditable="True" IsReadOnly="True"  DisplayMemberPath ="ActiveListName" x:Name="cmbActiveList"  Margin="0,-2,0,0" ItemsSource="{Binding}" Width="142" HorizontalAlignment="Left"  Background="{x:Null}" BorderBrush="{x:Null}" FontSize="11"  Height="20" IsMouseWheelEnabled="True" Foreground="#FF000000"  />

this the code which I am writting for combobox. Now I want to change list background color which is white by default.

For combobox I am using Foreground color as white so I am not able to view text. So can you provide me some code or help by which I can change list appearance form white to dark gray of something like that???

Hoping for early reply......

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 27 Oct 2009, 12:44 PM
Hello,

The Background property of RadComboBox does not work because of a bug in the control template. Currently, there are two options to change the control colors:
1) Edit the control template in Blend and change the colors according your needs
2) Wait for Q3 2009 (next week) where we will provide a bug fix for the Background property.


Greetings,
Valeri Hristov
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.
Tags
ComboBox
Asked by
parag patel
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or