Unplanned
Last Updated: 20 Feb 2025 08:35 by ADMIN
Kheng Aik
Created on: 13 Feb 2025 18:39
Category: Grid
Type: Bug Report
0
Classic column menu filter container has incorrect "overflow" property

### Bug report

When opening the filter menu of a specified column through the classic ColumnMenu, the filter container is displayed with scrollbars when the dropdown of the filter operator is opened.

### Reproduction of the problem

1) Define a Grid and enable its classic ColumnMenu.

2) Open the filter menu of a specified column and then open the dropdown to select a filter operator.

3) The filter container has scrollbars. The "k-menu-popup" element has "overflow: auto";

Use the following demo to test the case and select the "classic" type for the ColumnMenu: https://demos.telerik.com/kendo-ui/grid/column-menu

The issue does not appear when using version 2024.4.1112.

### Expected/desired behavior

The filter menu container must not change its appearance when the dropdown opens.

### Workaround:

<style>
.k-menu-popup {
    overflow: visible !important;
}
</style>
### Environment

* **Kendo UI version: 2025.1.211
* **jQuery version:  3.7.1
* **Browser: [all]

1 comment
ADMIN
Neli
Posted on: 20 Feb 2025 08:35

Additional scenario: the issue can be also observed in a scenario where there is a date column and the user tries to open the calendar for filtering in the column menu - https://dojo.telerik.com/zoDUibfV 

Image

Regards,
Neli
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.