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

Browse by Tags

All Tags » DataGrid » "Data Binding"   (RSS)
Showing page 1 of 2 (11 total posts)
  • 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
  • Refresh explicitly DataGrid's source collection

    Hi, I would like to know how I can make my DataGrid to refresh its content when I tell it to. In fact, my DataGrid is bound to an ObservableCollection. My data are refreshed every milliseconds in a working thread and my GUI becomes unresponsive, trying to refresh its display everytime my data are updated. So I would like to create a timer that ...
    Posted to Xceed DataGrid for WPF (Forum) by Jerome on October 27, 2009
  • CellEditor with ComboBox bound to DataTable

    I have been trying to bind a DataTable to a ComboBox in Xceed's DataGrid. The ComboBox is in a CellEditor and the ComboBox ends up displaying nothing, it is blank. I have tried all of your examples, and this problem is really exasperating.Please show me the error of my ways. I have code snippets below.Thank you very much for any help.-TedHere is ...
    Posted to Xceed DataGrid for WPF (Forum) by Ted on April 16, 2009
  • 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
  • Datagrid BringFromView

    Hi I´m using the tryal version of the datagrid. I have Entity Data linked to the ItemsSource Property (MM .NET Entity, They highly recomend this control): this.DataGrid.ItemsSource = MyEntityList() The issue is that when I load the grid there is a navegation option in order to select the first row. It is succesfully selected in the view (I can ...
    Posted to Xceed DataGrid for WPF (Forum) by Toni on February 23, 2009
  • 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
  • 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
  • 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
1 2 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.