If I have
Country Person Salary
and I group by Country, it would typically sum, avg, etc. based on my grouping aggregation selection.
Is it possible to override this and just feed the totaling value? (e.g. the aggregation would look to some dictionary or something to get its value)
Hi,
We have a tutorial on creating a custom summary in our help:
http://help.infragistics.com/NetAdvantage/Silverlight/2010.2/CLR4.0/?page=xamGrid_Create_a_Custom_Summary.html
Hope this helps,
-SteveZ
Any good code sample out there i can start with for this? It would be most helpful :)
You might want to consider putting the value into the footer.
Or creating a custom summary and using that instead of the inbox summaries.
With a custom summary you would be responcible for returning the value of the summary, which you could probably get from your static member.