<data:datagridtemplatecolumn header="Sale Unit" width="80" xmlns:data="#unknown"> <data:datagridtemplatecolumn.celleditingtemplate> <datatemplate> <combobox itemspanel="{Binding RelativeSource={RelativeSource Self}}" datacontext="{Binding}" selectedindex="{Binding Path=cursunit,Mode=TwoWay}" keydown="ComboBox_KeyDown" loaded="ComboBox_Loaded" selectionchanged="ComboBox_SelectionChanged"> <comboboxitem content="BOX" /> <comboboxitem content="STRIP" /> <comboboxitem content="PEICE" /> </combobox> </datatemplate> </data:datagridtemplatecolumn.celleditingtemplate> </data:datagridtemplatecolumn>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)