Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2290
SummaryRowSettings Customization
posted

Hi All,

I am using MVVM, and display records in xamGrid. I applied groping on one column and display average values of all the columns, for this i use SummaryRowSettings. it is working fine but i want customization in display of records

1- Remove “Average” text from within cells and put in first Company Name column.

2- Add checkbox at top of table to "show average" or not.

3- Add dropdown at top of table to "show Formating" of AverageSummaryOperand percentage or integer, in sample application i used three static columns (RSquared , IndicatorPercentile ,OverUnderValuation) and other all columns are auto generated. All columns have FormatString is %. But i want customizable.

I create a sample application for this and add an image for reference i used same display records that shown in attached image in code, with the name of Portfolio.

Regards

Sufyan

WpfApplication2.rar
  • 2290
    posted

    Hi All,

    And want to disable the Sum symbol in column header when groping is applied and average is displayed, to restrict user checking any item (e.g. Sum, Count, etc)