IgniteUI / igniteui-react

High-Performance Data Grid and High-Volume Data Charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When the first value of a column is null, the filter row acts strangely in IgrDataGrid

agoldenbaum opened this issue · comments

Steps to Reproduce

  1. Run the attached sample project.
  2. Try to enter the filter row for the "Prop3" column.
  3. Scroll the grid horizontally.
  4. Try entering each of the filter row cells for columns other than "Prop3"

Current Result
At step 2, the filter row cell for Prop3 is disabled.
After step 4, it seems that the disabled state of the Prop3 filter cell has moved to other cells as well. This may be a problem with virtualization?

Expected Result
Prop3 filter cell should not be disabled, and the disabled state should not move.

binding-local-data.zip