This question is locked. New answers and comments are not allowed.
Hi, I trying to develop this feature in my grid view, with MVVM).
1. It pulls data from a collection.
2. When I edit a cell (using CellTemplate, and CellEditTemplate). The user should be able to select the combox values inside the CellEditTemplate, So all I want is to fill the comobox with another collection. e.g.
Column1 = PersonName
Column2 = Combox with Contacts, It's a ObservableCollection<Contacts>
Thanks
1. It pulls data from a collection.
2. When I edit a cell (using CellTemplate, and CellEditTemplate). The user should be able to select the combox values inside the CellEditTemplate, So all I want is to fill the comobox with another collection. e.g.
Column1 = PersonName
Column2 = Combox with Contacts, It's a ObservableCollection<Contacts>
Thanks