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