I am using the same sample
http://samples.infragistics.com/sllob/RunSamples.aspx?cn=grid#/grid/cell-merging
But it does not show me group wise sume
Only difference is I am only should the sumoperand
Any one from Infragistics who can answer if its known behaviour or bug?
Any help on this one
<ig:XamGrid x:Name="dataGrid" AutoGenerateColumns="False" ColumnWidth="*">
<
ig:XamGrid
x:Name
=
"dataGrid"
AutoGenerateColumns
"False"
ColumnWidth
"*"
>
ig:XamGrid.GroupBySettings
ig:GroupBySettings
AllowGroupByArea
"Top"
GroupByOperation
"MergeCells"
/>
</
ig:XamGrid.Columns
ig:TextColumn
Key
"SKU"
ig:TextColumn.HeaderTemplate
DataTemplate
TextBlock
Text
"{Binding Path=XWG_Grid_ProductSKU, Source={StaticResource Strings}}"
<....> This works shows the sum for the groups
but not when the TextColumn is within GroupColumn
I noticed that is the TextColumn is a part of Groupcolum the sum based on Grouping does not work
If the column is not a part of group column it works
Any solution ?!