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

Browse by Tags

All Tags » Columns » DataGridCollectionView   (RSS)
  • Columns not refreshing

    Hi All,    I am binding to a DataGridViewCollection as detailed below:   <xcDP:DataGridCollectionViewSource x:Key=''alertsView''     x:Name=''alertsView''     Source=''{Binding Results.DefaultView}''     AutoCreateItemProperties=''True''     ...
    Posted to Xceed DataGrid for WPF (Forum) by 9Greg on February 22, 2009
  • Getting the values of two column in a one column..

    Hi, I am binding the DataGridControl from code behind using datagridcollectionview.....Suppose my datatable contains 5 columns . Now in the xceed grid i want to display the values of 1st and 3rd column in the same header i.e. in one column . How can i achieve this ?????
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on September 4, 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 [Xceed] on April 18, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.