Is it possible to conditional style a column in the xaml
If the value of that cell is 0 or null then it should have bgcolor red
Currently I am doing this in cellcontrolAttached
by checking the column key and then based on the value styling the cell
Can it be done just using xaml?
I gave the below in xaml
<ig:TextColumn.ConditionalFormatCollection> <ig:LessThanOrEqualToConditionalFormatRule Value="0" StyleToApply="{StaticResource SomeColumnStyle}" /> </ig:TextColumn.ConditionalFormatCollection>
This works but I always have to give scroll up down for this to work
Is that a bug?
After i scroll datagrid i am able to get the given style
That sounds like an older bug, are you sure you using the latest service release?