Browse by Tags
All Tags » DataRow » Binding (RSS)
-
I have spent several days trying to find a way to change the colour of individual cells based on their value and/or the values of other data elsewhere in the grid. However, although there seems to be a lot of questions on the forums by users, the answers aren't really conclusive. I have read and contributed to several ...
-
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 / ...
-
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 ...
|
|
|
|