I am trying to format the grid like this. when i do like this the style does not applied at the first instance, where as if you sort the grid one or two times then this formating applies, where as it works at the first instance for :NotContainingConditionalFormatRule StyleToApply="{StaticResource OrangeColumnStyle}
<ig:GreaterThanConditionalFormatRule StyleToApply="{StaticResource OrangeColumnStyle}"><ig:GreaterThanConditionalFormatRule.Value>0</ig:GreaterThanConditionalFormatRule.Value></ig:GreaterThanConditionalFormatRule>
Any idea? Is it a bug? any work around
HI Peter, I was unable to reproduce your issue. I am attaching a sample project, please feel free to modify it so that it replicates this issue. I used build 10.3.2098. Sincerely, Matt Developer Support Engineer.
if you use the attached style it does not work, when you sort more than twice then it gets applies, if the style is just a plain background then it works