Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Browse by Tags

All Tags » AutoCreateColum... » DataGridCollectionView   (RSS)
  • Re: dataviews in DataGrids

    1-  you can do it this way://if starting from a DataTable reference.myDataGridControl.ItemsSource = new DataGridCollectionView( myDataTable.DefaultView );//directly from a DataViewmyDataGridControl.ItemsSource = new DataGridCollectionView( myDataView );2- You can specify to the DataGridControl NOT to create its columns automatically based on ...
    Posted to Xceed DataGrid for WPF (Forum) by Marcus on April 18, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.