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