Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » data binding » Sort   (RSS)
  • Re: Column bound to nested property does not get updated

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Jan on March 11, 2009
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.