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

Browse by Tags

All Tags » DataBinding » "Data Binding"   (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
  • ValueToMaskedTextConverter

    I can't seem to get this converter to work 100%. It doesn't appear to support all of the mask options and the documentation simply points to the MaskedTextProvider Class. For example if I set the mask (ConverterParameter) to ''999,990.00'' and the value is ''10.99'' what's displayed is ''000,010.99''. If the value is null I get ...
    Posted to Xceed DataGrid for WPF (Forum) by Ken on July 27, 2010
  • DataBinding Issue

      I am trying to set the ReadOnly Property of a DataCell based on the value in the DataCell being equal to the value in an ordinary TextBox outside of the DataGrid.   This is what I am trying to implement:   <Style TargetType=''{x:Type xcdg:DataCell}''> <Setter Property=''ReadOnly'' Value=''False'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Ed on May 13, 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
  • 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
  • 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
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.