Hello John,
You can check our
ComboBoxColumn WPF /
Silverlight demo. In it, on the left side of the screen you will find a
RadComboBox, from which you can choose what kind of binding you want to use. For example there is an option for "
Simple binding to enum" that will suit your case.
In addition there is another approach with which you can achieve something similar. All you need to do is replace the
GridViewComboBoxColumn with any other column and set its
CellTemplate property to contain a
RadComboBox. Then follow the example in this
How to bind an ItemsControl to the values of an enumeration blog post.
I hope this helps.
Regards,
Boris Penev
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time.
Watch the videos and start improving your app based on facts, not hunches.