Browse by Tags
All Tags » Binding » WPF Data Grid (RSS)
-
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 ...
-
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 ...
-
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 ...
-
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}}'' /> ...
-
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 ..........
-
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 ...
|
|
|
|