Need to represent a two column table. Maybe just for reference at this stage – or with the functionality that a double click presents a combobox essentially on that field with all the possible values that can be entered.
Is datagridview the best option for this in WPF or what else could I do to represent the data?
Cheers,
I’d say datagridview is the way to go. You can create your own custom columns. Here’s a quick example:
http://www.code-magazine.com/Article.aspx?quickid=0707061