Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
xamGrid exception thrown when ungroupping and have visible any column with Conditionalformatting
posted

Hello,

I've replicated this in the infragistics sample> xamGrid> display>conditional formatting rules by adding

<ig:XamGrid.GroupBySettings>
<ig:GroupBySettings AllowGroupByArea="Top" IsGroupable="True" />
</ig:XamGrid.GroupBySettings>

Then group by any column expand a group and try to ungroup.

An exception is thrown 

Is there any way around it?

Thanks,

Akis