The control should be shipping with a ForeignKeyValueConverter. It should automatically setup a mapping between the ForeignKey values in a database column and some other meaningful information.
There should at least two outputs:
- One for positioning (depending on some sort order)
- One for displaying meaningful data via the ForeignKey
This ValueConverter might be implemented using the already existing MappingValueConverter.
There should at least two outputs:
- One for positioning (depending on some sort order)
- One for displaying meaningful data via the ForeignKey
This ValueConverter might be implemented using the already existing MappingValueConverter.