Welcome to the Xceed Community | Help
Community Search  

Browse by Tags

All Tags » datagrid » "Data Binding"   (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
  • Xceed DataGrid, DataBinding and ADO.Net Entities Framework

    Hi, I have troubles to work with Xceed DataGrid and ADO.Net Entities Framework. How to make a ''databinding'' with a datagrid and a entitie of ADO.Net Entities Framework? I´m so sorry about my poor english!  tks Leo  
    Posted to Xceed DataGrid for WPF (Forum) by Leonardo Cesar on November 7, 2008
  • Re: A List(of T) bound to DataGrid, but no data

    Ok, I moved my collection to the application and used the sample syntax for binding. Still no data. So in the application I add one row. I see this row, but not the rows my page added even though it does ''DataGridControl1.Items.Refresh()'' , which worked when I bound thru VB code. So, I made one last ...
    Posted to Xceed DataGrid for WPF (Forum) by David on November 3, 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
  • Editing Problem

    I am trying to create a set of grids that are dependent upon each other. In the sample code provided below I have 2 datagrid controls ( A country grid and a province / state gird ). I have the binding on them working correctly so that if I select a country in the countryGrid all the provinces/states for that country show up in provinces/state ...
    Posted to Xceed DataGrid for WPF (Forum) by James on September 11, 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
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.