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
325
Summary in GroupByRow aligned to columns
posted

Hi

  1. I'd like to align the summaries in the GroupByRow to the appropriate column. I  would also like to remove the column name from the summary
  2. I need to be able to control when the Grid sums my data. Example, Strategy PF02 contains trades in two currencies; EUR and GBP. If a strategy has multiple currencies that is it invalid to aggregate them at the Strategy level. I wish to display '*' instead. (I realise to do this I will need to change the column data type to a string instead of a double) 

 Thanks in advance.

 

Parents
  • 469350
    Verified Answer
    Offline posted

    1. See the GroupBySummaryDisplayStyle property on the Override.

    2. There are a couple of ways to do this. One would be to use a CustomSummaryEvaluator instead of a built-in summary. You could do the calculation yourself. An alternative would be to use a DrawFilter or CreationFilter to override the drawing of the Summary. 

Reply Children