Browse by Tags
All Tags » Databinding » ComboBox cell editor template (RSS)
-
I'm having difficulty using a combo box as a custom cell editor in a data grid bound to LINQ to SQL classes. My Store class has a HomeDepartment property, which is typed as a Department object.
I've bound my grid like this:
<DataTemplate DataType=''{x:Type DataModel:Department}''>
<TextBlock Text=''{Binding ...
|
|
|
|