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

ComboBox Doesn't Pass Enum Type To Converter

1 Answer 68 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jarred Froman
Top achievements
Rank 1
Jarred Froman asked on 06 Oct 2008, 06:58 PM

I created a converter to return an enumerated list of an enum to the ComboBox's ItemsSource.  I also have an ItemTemplate with a TextBlock that binds to the item and uses a converter to convert the actual enum into a string.  When reading through the ItemTemplate's converter to evaluate the enum, the value that is passed in is converted to an UInt32.

As a note, this worked in Beta2.  Any help would greatly be appreciated.

Thank You,
-Jarred Froman

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 09 Oct 2008, 12:26 PM
Hi Jarred,

I answered your Bug Report about this problem. I am pasting my reply here in case anyone else is experiencing it:

I managed to reproduce the problem. I am currently trying to fix it and most probably the fix will be available in the next release of RadControls for Silverlight. It appears to be related to changes in the ItemsControl in Silverlight, that break our ItemsControl, hence RadComboBox problems.

All the best,
Valeri Hristov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
Jarred Froman
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or