Browse by Tags
All Tags » Column » ForeignKeyConfiguration (RSS)
-
This post contains three questions really, so I'll try and be as succinct as possible.
I have a class (MyClass) derived from UserControl containing a DataGrid with a Column defined as thus:
<xcdg:Column FieldName=''Contact'' ForeignKeyConfiguration=''{StaticResource contactForeignKeyConfiguration}'' />
The ForeignKeyConfiguration is ...
-
I have a DataGrid bound to a class where one of the properties is of a run-time Enum type created using EnumBuilder. I wish to have the Column automatically detect the enumerators in the enum and display them in a drop-down box on the cell (a ComboBox).
I understand that if the enum was defined at design-time, I can use the following XAML ...
|
|
|
|