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
HI,
I created a sample application. I noticed that when sorted, the conditional formatting was lost.
I will bring this to the attention of the developers.
Sincerely, Matt Developer Support Engineer
Hello Matt,
This is not a bug. This is due to the alternate row coloring being enabled. Please see the following forum thread for an example of how to implement conditional formatting without having to turn off alternate row coloring:
<http://forums.infragistics.com/forums/t/41733.aspx>
Sincerely,MattDeveloper Support Engineer
I am not too sure, i am tryign to figure out, but today some thing strange i am noticing,I am having the latest service pack of yours and the silverlight version is 4.0.60129.0
Now apply the conditional formating, then sort thrice or more than thrice, then try to edit the grid, the whole application hangs.
If i remove the conditional formatting, then if I sort multiple times and I am able to edit it with problem.
If I apply the conditional formatting, If I do not click on the sort I am able to edit it.
Regards,Peter
This issue should be resolved with the latest service release.
HI Peter,
Thanks for your sample. I will get back to you once I finish reviewing it.
Any questions?
I have attached the sample, first try to edit the third column now you can do, now sort it twice or thrice, now try to edit the grid, application hangs indefinitely. Bye the way I am using version 10.3.20103.2118, I guess the same problem exists in your version 10.3.20103.2098 also.
Hi Peter,
I was not able to reproduce this issue.
I put in the code for conditional formatting and was able to sort and edit the xamGrid.
Please run my sample on your system. Let me know the outcome. Sincerely, Matt Developer Support Engineer