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

Browse by Tags

All Tags » DataBinding » 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
  • Binding Title of Xceed Column.

    Hi,   I'm trying to bind the title of the column with a StaticResource. It's doesn't give me any error, but the output of the column is EMPTY. Here my code shows the detail of the issue, <xcdg:Column FieldName=''countryName''> <xcdg:Column.Title> <Binding Converter=''{StaticResource FieldLabelConverter}'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Karthikeyan on December 2, 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
  • 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
  • Multiple Grids and Binding

    Namaste! I've poked around the documentation/samples and can't find a solution to my problem. My setup:  I have a ''master/details''-type form.  The master is not a grid - it is standard fields.  I have a tab control, several tabs of which have grids on them to display data from related child tables.  I have the datatable ...
    Posted to Xceed DataGrid for WPF (Forum) by Jon on August 26, 2008
  • Inline Editing Exception - An attempt was made to edit an item that is not part of the specified context

    Hi, I am using Xceed Datagrids for WPF 2.0 in my application and I have also provided support for in-line editing of data grids. Please find below the details for the problem that I am facing currently.  Consider there are 3 columns in a grid - ID, FromRegion and ToRegion. All 3 are editable and editor is a ...
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on August 12, 2008
  • Exception when refreshing grid

    After one or more of my underlying items of my DataSource has changed, I call ResetBinding( false ) on the datasource so the grid can refresh its content. From times to times, I get the following exception:    Cannot perform this operation while the generator is busy generating items  Here is the detail of the ...
    Posted to Xceed DataGrid for WPF (Forum) by Frank on August 8, 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 2011 Xceed Software Inc.