IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
569 stars 163 forks source link

Excel filter not showing data #11700

Closed AsafSaenz closed 2 years ago

AsafSaenz commented 2 years ago

Description

Sometimes when filtering from the excel filter, the grid hides rows with same value string but different cap case e.g. "some value" and "SOME VALUE"

Steps to reproduce

  1. Go to Excel style filtering StackBlitz on: https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/excel-style-filtering
  2. Add some records to the grid data on file "nwindData.ts" with the same Product Name column value as other already loaded. e.g. ...}, // This one is already loaded, with 'Sir Rodneys Marmalade' { ProductID: 20, ProductName: 'Sir Rodneys Marmalade', SupplierID: 8, CategoryID: 3, ... }, // Add some records like this ones with the same product name value but on upper case 'SIR RODNEYS MARMALADE' { ProductID: 20, ProductName: 'SIR RODNEYS MARMALADE', SupplierID: 8, CategoryID: 3, ... },
  3. Deselect any of the values on the excel filter and apply: image

Result

image The records on upper case disappeared

Expected result

Upper case values rows shouldn't disappear

github-actions[bot] commented 2 years ago

There has been no recent activity and this issue has been marked inactive.