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

Alternativ ItemTemplate for RadComboBox

1 Answer 87 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Lars Johansen
Top achievements
Rank 1
Lars Johansen asked on 20 Oct 2009, 11:59 AM
Hi,

I'm a newbee - so bare with me.

I would like to change the background color for every even(alt) ComboBoxItem in the ComboBox

I'm using a Custom List<T> object as ItemsSource (Simply 3 public properties containing strings)
I'm using a XAML DataTemplate as the ItemTemplate.
telerik:TextSearch.TextPath="Name" is setup and working for autocomplete.

Is this possible ?

/Lars

Using RadControls for Silverlight 2009.2 812

1 Answer, 1 is accepted

Sort by
0
Lars Johansen
Top achievements
Rank 1
answered on 22 Oct 2009, 01:30 PM
I found my self a work around:

I used the IValueConverter Interface together with a Global Variable.

If anyone is interested let me know - I would provide you with an example.

/Lars
Tags
ComboBox
Asked by
Lars Johansen
Top achievements
Rank 1
Answers by
Lars Johansen
Top achievements
Rank 1
Share this question
or