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
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 ?!
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 am not seeing the behavior you are describing. I am able to group on a text column and see summations being exectuted.
Do you have a sample showing this?
Thanks Darrell for the reply
I have attached the code sample. You can click on sum for the other columns like Unit in stock
If this field is out of the GroupColumn section it sums correctly for the categories
I think this might be a bug. I am going to have our Developer Support staff create a case for you so that it can be tracked through our systems.
Thanks
Is there any workaround that can be used?
Hello,
I have sent private notification to you in a support case regarding Development Issue 84394, investigating this issue.
Thanks,