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

Browse by Tags

All Tags » Binding » WPF Data Grid   (RSS)
  • DataGridControl.CurrentColumn changed

    Good Afternoon!     I'm using version 3.1 of the DataGrid for WPF.  I have an issue where I need a TextBox editor to commit it's changes to the datasource when the user exits the current cell (which works when DataGridControl.UpdateSourceTrigger = DataGridUpdateSourceTrigger.CellEndingEdit), but I also need a checkbox ...
    Posted to Xceed DataGrid for WPF (Forum) by Robert on April 22, 2009
  • Grid update a DataTable?

    I am using your WPF datagrid with it bound to a .NET DataTable.  I am trying to implement deleting rows that have been selected in the grid and have the resulting source DataTable contents reflect the change (i.e. the source DataTable should not then contain the deleted DataRows.)However, after deleting the rows in the grid, the rows ...
    Posted to Xceed DataGrid for WPF (Forum) by Ted on April 5, 2009
  • 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
  • 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 2011 Xceed Software Inc.