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
1140
TemplateColumn Editor Template ComboBox
posted

<p>I am attempting to use the following template for a column, the combobox is filled correctly when not embedded into the datagrid, and not bound at all when added to the editor template.<br /></p>

<p>
<ComboBox ItemsSource="{Binding AbsCodes, ElementName=userControl, Mode=OneWay}" DisplayMemberPath="AbsCode">
<ComboBox.DataContext>
<HQPORTAL_HRPoints:AbsCodeRefContract/>
</ComboBox.DataContext>
</ComboBox></p>

Parents Reply Children
No Data