Description
After upgrading Ignite UI for Blazor from 25.1.82 to 25.2.83, the Notify-based methods of IgbGrid (NotifyInsertItem and NotifyRemoveItem) no longer re-render the grid.
The underlying data source is modified correctly, but the change is not reflected on screen. The same code worked as expected in 25.1.82.
Hosting Model
Blazor WebAssembly
.NET Version
10.0
Ignite UI for Blazor Version
25.2.83
Component / Area
Other
Browser
Edge
Operating System
Windows
Steps to Reproduce
- Create an IgbGrid bound to a List via Data, with @ref set and a PrimaryKey defined.
- Add an item to the bound list in code-behind, then call grid.NotifyInsertItem(list, index, newItem).
- Observe the grid — the new row is not rendered.
- Remove an item from the same bound list in code-behind, then call grid.NotifyRemoveItem(list, index, removedItem).
- Observe the grid — the removed row is still displayed.
Actual Result
The item is added / removed to the data source, but the grid is not re-rendered and the new row does not appear on screen.
Expected Result
Calling NotifyInsertItem / NotifyRemoveItem should re-render the grid and display the newly added row, as it did in 25.1.82.
Reproduction URL
No response
Attachments
C_00246292_BlazorWasmApp1.zip
Description
After upgrading Ignite UI for Blazor from 25.1.82 to 25.2.83, the Notify-based methods of IgbGrid (NotifyInsertItem and NotifyRemoveItem) no longer re-render the grid.
The underlying data source is modified correctly, but the change is not reflected on screen. The same code worked as expected in 25.1.82.
Hosting Model
Blazor WebAssembly
.NET Version
10.0
Ignite UI for Blazor Version
25.2.83
Component / Area
Other
Browser
Edge
Operating System
Windows
Steps to Reproduce
Actual Result
The item is added / removed to the data source, but the grid is not re-rendered and the new row does not appear on screen.
Expected Result
Calling NotifyInsertItem / NotifyRemoveItem should re-render the grid and display the newly added row, as it did in 25.1.82.
Reproduction URL
No response
Attachments
C_00246292_BlazorWasmApp1.zip