Welcome to the Xceed Community | Help
Community Search  

Browse by Tags

All Tags » datagrid » DataGridCollectionView   (RSS)
  • How to bind 2 columns to same property

    I need to display a datagrid with two columns that are bound to the same property. Here is the code I am using but it does not work:              DataGridCollectionView dataGridCollectionView = new DataGridCollectionView(list, typeof(MyData), false, ...
    Posted to Xceed DataGrid for WPF (Forum) by Skantha on January 7, 2009
  • DataRow and DataContext of DataRow becomes null for some rows in the DataGrid

    Hello , I have a strange issue. I am binding a DataGrid with IList. When I try to retrieve the DataRow and try to use its DataContext. In case of some rows the DataRow is either null or DataContext of the DataRow is null. Although a binding item does exists in the IList.   Can anyone please help me on this ? This seems to be strange and ...
    Posted to Xceed DataGrid for WPF (Forum) by Shailesh on December 2, 2008
  • Re: A List(of T) bound to DataGrid, but no data

    Yes, I set AutoCreateDetailConfigurations property to  true.  I can only get data if I bind thru VB code and not xaml. But, in order to use the CollectionViewSource (where all the good features seem to be), you have to bind thru xaml. I'm frusrated that I can't get past first base. All your samples have the bound object in the ...
    Posted to Xceed DataGrid for WPF (Forum) by David on November 3, 2008
  • 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
  • Updates to properties not working

    I thought this was working in the past, and I'm running out of ideas as to what may have happened.  I thought I'd throw this post up while I work on a testapp. I have a DataGridCollectionView viewing a collection (w/ INotifyCollectionChanged) of data objects which have INotifyPropertyChanged.  When I update one of the properties, ...
    Posted to Xceed DataGrid for WPF (Forum) by Thomas on July 28, 2008
  • Datagrid and a Textbox are bind to the same CollectionView but not immediately synchronize

    When I edit in the Datagrid a value, the value in the Textbox should also immediately change and not when I leave the row. Here the code: <Window x:Class=''WpfApplication_Xceed.Window1'' xmlns=''http://schemas.microsoft.com/winfx/2006/xaml/presentation'' xmlns:x=''http://schemas.microsoft.com/winfx/2006/xaml'' Title=''Window1'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Ronny on July 24, 2008
  • DataGridCollectionViewSource - Binding Source

    Hi all, first post! I'd like to start off by saying thanks to everyone else for the support provided on these forums, it has been invaluable!   I'm having an issue trying to bind a DataGridCollectionViewSource Source Property to a Property on my UserControl. I've used the DataGrid in combination with a DataGridCollectionViewSource on a ...
    Posted to Xceed DataGrid for WPF (Forum) by JoshP on June 24, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.