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.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

When using igc-checkbox in the IgbGrid, the scrolling/virtualization causes the checked state to move incorrectly #89

Open agoldenbaum opened 1 year ago

agoldenbaum commented 1 year ago

Steps to Reproduce

  1. Run the attached sample project.
  2. Check a couple of the checkboxes in the Checked column.
  3. 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.

IgbGridCheckboxIdTestWASM.zip