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
510
Is it possible to use a converter on a summary?
posted

Hello,

I use a TextColumn with a IValueConverter in a xamgrid to get a specific format on the grid value.

Is it possible to use the same converter on some summary operands (Minimum, Maximum, ...) to get the same format in summary? Summary has a FormatString property but no ValueConverter property.

Regards,
Julien

Parents
  • 21382
    Suggested Answer
    posted

    There is no way through the API to switch out the value converter.  The SummaryRowCellControl has a uses the FormatString in it's value converter which is assigned in the Generic.xaml.

     

    Which means you could retemplate the SummaryRowCellControl to use your converter though.

Reply Children