Browse by Tags
All Tags » Cell » DataTrigger (RSS)
-
Hi,
I have read several posts about this operation but unfortunately I could not find one that matches what I am trying to do.
I have a DataTable with a variable number of columns and rows that I am binding to the DataGridControl. If any cell is set to 1.0 (double, not string) I need to change its background color to Red. I don't know the ...
-
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 ...
|
|
|
|