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

Browse by Tags

All Tags » Columns » "Data Binding"   (RSS)
  • Conditional Binding (One way or Two way)

    I am very new to WPF/Xceed and have a very basic question. :)  I am using DataGrid Control in my application to display a collection of objects. I want one column of my grid to be editable depending upon the type of Object. If Object is of type A, the column should be editable and if object of type B, then it should not be. ...
    Posted to Xceed DataGrid for WPF (Forum) by Aseem on June 22, 2009
  • Capturing Click event of Button in a DataCell using MVVM

    Hello, I am using Model View ViewModel pattern. I have a button inside a DataCell of Xceed DataGrid. I want to use DelegateCommand to handle the click event of the button. Also, I dont want to write anything for the same in my Code Behind. I want everything to reside in my ViewModel. How can this be achieved. I thought of RoutedEvents / ...
    Posted to Xceed DataGrid for WPF (Forum) by Shailesh on March 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
  • binding to column readonly using code behind

    Hi, I have successfully bound the column.visible property for my grid using code behind as per a suggestion in another thread like this: BindingOperations.SetBinding(this.myGrid.Columns[index], Column.VisibleProperty,  new Binding()    {        Source = DataContext,    ...
    Posted to Xceed DataGrid for WPF (Forum) by Trevor 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
  • Binding multiple column values to a user control

    Hi, I have a user Control having two dependancy properties . I am loading this user control in a data template . I am binding the data through code behind by creating a DataGridCollectionView . My reqirement is i want to bind more than one column to the user control.   my current code is <xcdg:Column FieldName=''variable'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on September 17, 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
  • Creating a Column from Code behind

    Hi all, I have a DataGridControl , i attached the datasource to the grid through DataGridCollectionView.... Now i want to add a column at run time to the same DataGridControl , but this column will have a different DataSource. How can i get this ??? If i am not clear to you i can clarify more ..........
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on August 28, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.