Welcome to the Xceed Community | Help
Community Search  

Browse by Tags

All Tags » WPF Data Grid » Binding   (RSS)
  • Need a litle help with this configuration

    I'm working with the DataGrid for WPF v2 Alright, I've got part of this working now, but the entire solution has me stumped.  The basic situation is that I am binding the grid to a List<>, obviously containing some custom objects.  The list is already set up as a dependency property and bound to properly.  All of the field ...
    Posted to Xceed DataGrid for WPF (Forum) by speed_pour on January 3, 2009
  • How to bind the column using Resources files in WPF(xceed).

    Hi All,    If anybody tried to bind the column through resources file like visibility(depending upon selection). Actuall I want to bind the xceed column visibility by using resources file. I have done the Text,Content rendering from the resources file for TextBlock, CheckBox, RadioButtons. It's working fine.   If anybody can ...
    Posted to Xceed DataGrid for WPF (Forum) by Karthikeyan on December 15, 2008
  • Changing the datatable by a timer.

    Hi all, I am binding the grid like below: <xcdg:DataGridCollectionViewSource x:Key=''cvsImgGrid'' Source=''{Binding ElementName=ImgGrid, Path=Dv,Mode=OneWay}'' AutoFilterMode=''Or'' /> <xcdg:DataGridControl Name=''dataGridControl1'' Width=''Auto'' Height=''Auto'' ItemsSource=''{Binding Source={StaticResource cvsImgGrid}}'' /> ...
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on October 21, 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
  • Binding DataRow Background to an ObservableCollection Property

    Hello! I have an observableCollection<Element> wich i will name MyElementList. Element has a MyName Property of type string and a MyColor Property of type SolidColorBrush. In xaml I declare a Xceed Datagrid I name xMyGrid in my Window element: <xcdg:DataGridControl x:Name=''xMyGrid'' ItemContainerStyle=''{StaticResource ...
    Posted to Xceed DataGrid for WPF (Forum) by FAGES on July 25, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.