kendo-ui-core
kendo-ui-core copied to clipboard
Grid column menu cut-off
Bug report
When the column menu of the Kendo UI Grid widget with componentType set to 'modern' is used in a hierarchical grid, it expands behind the bottom of the page.
Reproduction of the problem
-
Use the detail template feature of the Grid to create a child Grid;
-
Enable the "columnMenu" in the "modern" render mode;
-
Expand the last row and open the column menu;
-
Expand the filter menu. It is partly hidden.
A Dojo sample for reproduction: https://dojo.telerik.com/UbEzoYuF/6
Expected/desired behavior
The "modern" column menu should be rendered as the "classic" column menu - its position should be changed based on the available space.
Environment
- **Kendo UI version: 2024.1.130
- **jQuery version: 1.12.4
- **Browser: [all]