Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi,


I am using dynamic cell styles for summaries in the SfDataGrid using CaptionSummaryCellStyleSelector and TableSummaryCellStyleSelector. I observe that while everything works fine for a group summary caption and the style gets updated dynamically, the table summary does not get updated dynamically even though I already have LiveDataUpdateMode set to AllowDataShaping. An example displaying this behaviour is attached. You can test it by first adding a row with a positive value to the grid, e.g., 42, and afterwards a negative one such that the sum becomes negative, e.g., -50. You will observe that:

  • on the left grid, the table summary style doesn't update as you add a negative value to the grid;
  • on the middle one, the caption summary does update correctly;
  • on the right one, the caption summary does update, but the table summary doesn't.

Could you please check?

Thanks