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

Browse by Tags

All Tags » AutoCreateColum... » Columns   (RSS)
  • Setting Columns and CellEditor from code-behind - problems with editing

    Is there any particular reason CellEditor in following code will not work. I need to set columns of DataGridControl manually. When I do this columns are displayed properly but editing does not work at all. I have tested different cell editors (standard and read from resource), set AutoCreateColumns to true/false, surrounded column creation code ...
    Posted to Xceed DataGrid for WPF (Forum) by KoD on June 19, 2008
  • 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.