IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.

Home Page:https://www.infragistics.com/products/ignite-ui-blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IgbGrid - The summary of a column is not updated when data is updated using the "NotifyUpdateItem" method.

IG-Mori opened this issue · comments

Description

The summary of a column is not updated when data is updated using the "NotifyUpdateItem" method.

Steps to reproduce

  1. Running the application.
  2. Verify that the values and summaries in the "アイテム F" column are correct.
  3. Press the "ボタン" button.
  4. The value in the "アイテム F" column is updated.

Result

The summary in the "アイテム F" column is not updated.

Expected result

The summary in the "アイテム F" column is updated.

Attachments

BlazorWasmApp1.zip

@damyanpetev
I can reproduce this but to no avail am I able to refresh the grid summaries in that column without first clicking the apply button in the column options.