Browse by Tags
All Tags » data binding » Sort (RSS)
-
I managed to resolve the problem. What I did is changed the ItemProperties in the following way:
dataGridCollectionView2.ItemProperties.Add(new DataGridItemProperty(''AddressStreet'', ''Address.Street'', typeof(string)));dataGridCollectionView2.ItemProperties.Add(new DataGridItemProperty(''AddressNumber'', ''Address.Number'', typeof(int)));
Next ...
|
|
|
|