Hi All,
I am using xamgrid to show average value of grouped columns. In SummaryDefinition tag we use ColumnKey="ClosingPrice" to calculate the avg of ClosingPrice property. Can we change the SummaryDefinition text like "Closing Price". If yes how it is possible? My code is following.
<ig:TextColumn.SummaryColumnSettings> <ig:SummaryColumnSettings> <ig:SummaryColumnSettings.GroupBySummaryDefinitions> <ig:SummaryDefinition ColumnKey="ClosingPrice"> <ig:SummaryDefinition.SummaryOperand> <ig:AverageSummaryOperand/> </ig:SummaryDefinition.SummaryOperand> </ig:SummaryDefinition> <ig:SummaryDefinition ColumnKey="StandardDeviation"> <ig:SummaryDefinition.SummaryOperand> <ig:AverageSummaryOperand/> </ig:SummaryDefinition.SummaryOperand> </ig:SummaryDefinition> </ig:SummaryColumnSettings.GroupBySummaryDefinitions> </ig:SummaryColumnSettings> </ig:TextColumn.SummaryColumnSettings>
Hello,
Could you pelase be more specific, what exact functionality you want to achieve in XamDataGrid?
Looking forward for your reply.
How can this be done in XamDataGrid?
Hello Sufyan,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Thank you so much Stefan.My problem is solved.
Regards
Sufyan
Hello Abu,
I attached the modified sample.