Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1285
Enum as ItemSource
posted

I define in Xaml my comboEditor as such:

 xmlns:ig="http://schemas.infragistics.com/xaml"

 <ig:XamComboEditor Grid.Row="2" Grid.Column="3" Name="ceOffOnSite"/>

In code behind I set ItemSource:

ceOffOnSite.ItemsSource = Enum.GetValues(typeof(SiteType));

When I run the code, the drop down box is populated but when I choose any of the items, the control is blank as if the nothing got chosen.

Any ideas? Running 13.1.20131.2108

Parents Reply Children
No Data