Sometimes when I group data on a XamWebGrid, the headers disappear, and the data is not grouped. Is this a bug, or is there something else going on? There are approx. 7700 rows in the table, so I don't think size is the issue ....
Does anyone know how I can fix this? There are no headers to sort, and the data is not grouped..
It appears to be related to the conditional formatting I'm using. When I disable this column it works again.....
<igGrid:TextColumn HeaderText="Weight" Key="Weight" HorizontalContentAlignment="Center"> <igGrid:TextColumn.ConditionalFormatCollection> <igGrid:EqualToConditionalFormatRule> <igGrid:EqualToConditionalFormatRule.Value> 0 </igGrid:EqualToConditionalFormatRule.Value> <igGrid:EqualToConditionalFormatRule.StyleToApply> <Style TargetType="igGrid:ConditionalFormattingCellControl"> <Setter Property="Background" Value="#FFDB000C" /> <Setter Property="AltBackground" Value="#FFDB000C" /> </Style> </igGrid:EqualToConditionalFormatRule.StyleToApply> </igGrid:EqualToConditionalFormatRule> </igGrid:TextColumn.ConditionalFormatCollection></igGrid:TextColumn>
Hi,
I've tried to reproduce the described behavior using the latest 10.1 service release, but without success.
Would it be possible to provide a simple sample application?
Regards
Hello,
Thank you for the sample applications, it was very helpful in identifying the cause of the issue. I've created a case (CAS-46748-Z3QYG6) for you and I will forward it to our development team.
I've created a sample project which reproduces the issue. This can be downloaded here:
http://unix.eng.ua.edu/~fiannaysoria/ConditionalFormatTest.zip
I verified that I am using the latest service release 10.1.2022