-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: column-typesgrid: excel-style-filteringversion: 12.3.xversion: 13.0.x
Description
Description
When having multiple grids in the application, excel style filtering is not applied properly on DateTime column if the first grid has a Date column, and the second has a DateTime column.
As demonstrated in the below attachment, when selecting any DateTime value for which there are other entries on the same date, multiple records are displayed, but only one matches the selected DateTime (left side).
However, when the grid with the DateTime column is above the one with the Date column, the correct record is displayed. (right side)
The same is true when the Date column is before the DateTime column in a single grid:
- igniteui-angular version: 13.0.x, 12.3.x
- browser: all
Steps to reproduce
- Open this StackBlitz sample.
- Filter the Order Date column in the second grid by selecting the first value (Mar 17, 2001, 10:20:37 AM)
Result
Multiple records for Mar 17, 2001 are displayed.
Expected result
Only one record should be displayed.
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: column-typesgrid: excel-style-filteringversion: 12.3.xversion: 13.0.x

