Hi All,
My record/DataItem for the DataGrid has a three properties that I need to show in the grid.
1)Name(Type String) : Can be done easily...
2) Options (Type List<Strings>)
3) CurrentChoice (type String)
I need to show CurrentChoice as the SelectedItem In the ComboBox and Options property is the ItemsSource.
Any Idea how to do it?
Thanks,
Malla