Browse by Tags
All Tags » Cell » color (RSS)
-
Is there any way of setting up a DataGrid so that when a cell or a row is selected, it doesn't highlight the entire row in a different colour?
I've looked at the following topics:
http://xceed.com/CS/forums/thread/9179.aspx
http://xceed.com/CS/forums/thread/21933.aspx
As advised in those, I've set up a Style in my DataGridControl's ...
-
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
I wanted to change it dynamically as my datatable value changes based on some color dictionary
so as user updates the dictionary with some new color i need to color the cell background.
Have you got an event for this.
Please need urgent help
Thanks in advance
Indiana
-
Hello ,
I have been searching for pointers as to how to change the foreground color of a Datacell to red if the value is negative and to green if the value is positive.
I thought of using Datatriggers , but the problem is that the comparison in DataTriggers is always equation there is no way I can say that a value is > or < than zero ...
-
im trying to color come cells with some color but i cant , when i try, it seems to color all the cells in the grid
this is what i come to (i tried with x:key but i cold find a way to attach the style to the right column)
<Style TargetType=''{x:Type xcdg:DataCell}''>
<Setter ...
|
|
|
|