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.
Check a couple of the checkboxes in the Checked column.
Scroll the grid vertically.
Result
The checked status shows up on other cells where it shouldn't.
Expected Result
The checked status should not show up on other cells. The template is tying the checked state of the igc-checkbox to the underlying value on the data item. The same applies if this is tied to the ctx.cell.value instead.
Steps to Reproduce
Result The checked status shows up on other cells where it shouldn't.
Expected Result The checked status should not show up on other cells. The template is tying the checked state of the igc-checkbox to the underlying value on the data item. The same applies if this is tied to the ctx.cell.value instead.
IgbGridCheckboxIdTestWASM.zip