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

IgbDataGrid empty filter only filters on string.Empty and not null for string columns #113

Open agoldenbaum opened 6 months ago

agoldenbaum commented 6 months ago

Steps to Reproduce

  1. Run the attached sample.
  2. Apply the "Empty" filter operator to the "Product" column.

Result The string.empty cell value remains, but the null one is filtered out.

Expected Result string.empty and null should remain, as the cell value is empty.

binding-local-data.zip