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

Browse by Tags

All Tags » Databinding » DataGrid   (RSS)
  • Cross thread exception when running multiple Dispatcher threads in one UI

    Hi there, sorry for the length of this post, this is a particularly tricky problem to explain I've been evaluating the Xceed grid and have been very impressed to date, but I fear I may have uncovered a bug.  To set the scenario, I have an application that uses a control app to spawn multiple windows, each with a dedicated UI ...
    Posted to Xceed DataGrid for WPF (Forum) by Simon on November 2, 2010
  • Modifying a simple array

    Hello, I want to manipulate a simple array with xCeed grid. Is this possible? I can view items, but editing and creating doesn't function.  public partial class Window1 : Window {public ObservableCollection<int> deneme { get; set; } public Window1() {InitializeComponent();dummy = new ...
    Posted to Xceed DataGrid for WPF (Forum) by Aykut on March 2, 2009
  • Re: Datagrid upgrading to Version 3.1 from 2.0

    Thanks for your previous reply it worked. But, in one more scenerio I am facing a similiar problem. Let me give you a brief description of problem:- 1. I am using xceed grid having 4 columns and each column have combo box attached in xceed grid columns which I was earlier adding dynamically to grid at run time at code level. For 2.0 it works fine ...
    Posted to Xceed DataGrid for WPF (Forum) by Ahtesham on February 25, 2009
  • 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
  • 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
  • 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
  • Does version 3.0 supports ObservableCollection for editing and adding new record?

    Does version 3.0 supports ObservableCollection for editing and adding new record? Or we still have to use IBindingList Interface. If yes can you guide me with any examples. Thanks  Atul   
    Posted to Xceed DataGrid for WPF (Forum) by Atul on August 18, 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.