IgniteUI / igniteui-react

High-Performance Data Grid and High-Volume Data Charts
Other
6 stars 1 forks source link

The filter options of an IgrDataGrid column do not respect formatSpecifiers or formatOverride #27

Open agoldenbaum opened 1 year ago

agoldenbaum commented 1 year ago

Steps to Reproduce

  1. Run the attached sample project.
  2. Open the filter on the "Order Date" column.
  3. Observe the values in the filter tree.

Actual Result: The formatting of the cell values and the formatting of the filter values do not match.

Expected Result: The formatting of the cell values should match the formatting of the filter values.

pager-and-filter-issues.zip