I want to display the results of A, B, and C according to the formula I set using the values in each column.
I found out that there is a function to summarize the values of the Grid.Any simple examples?
The example provided by infragistic is a bit more complex. If there is a simpler example, I would like to refer to it.
Hello,
I am under the impression that you are looking to add summaries to the XamDataGrid in a Xamarin.Forms project. If this is true, we have a full documentation article about this with code-snippets on to add the summaries, here: https://es.infragistics.com/help/xamarin/datagrid-column-summaries. I would encourage you to take a look.
Please let me know if you have any other questions or concerns on this matter.
I found an example while Googling. If you look at SummaryOperandThere are Min, Max, Sum, Average, Count, and Custom.How do I put the calculated value of the formula I want?