Hello,
when the default menu filter icons are clicked/filter popup is being opened, the page scrolls to the top. When I scroll down to the grid, I can see that the filter opened. Only happens with default filters. Tested with Chrome 96.0.4664.45 and Firefox 95.0.
I managed to replicate the unwanted behavior in StackBlitz:
https://stackblitz.com/edit/grid-in-cell-edit-with-datetimepicker-gljp2r?file=app/app.component.ts
The same thing happens if the top of the page is filled with other components, that have no relationship with the component containing the grid.
I have tried setting specific filter types, but it did not help.
Is there a way to fix this?
