Hello.
Is there a way to remove or disable summary icon for some columns? I want summary to be calculated only for cells with numbers.
Thank you.
Hi,
You could set column's IsSummable property to False:
<ig:TextColumn Key="Name" IsSummable="False" />
Hope that helps,
Thank you very much