UI issue for Column Menu Filters in Treelist

1 Answer 17 Views
Filter TreeList
Sudhan
Top achievements
Rank 1
Sudhan asked on 08 Aug 2025, 08:39 AM | edited on 08 Aug 2025, 08:52 AM

Kendo Treelist with Column Menu filter, Dropdowns and DatePicker is not showing fully. Its hiding and while scrolling also not working properly

https://netcorerepl.telerik.com/wzOWuMaW50DO1PTf30

1 Answer, 1 is accepted

Sort by
0
Anton Mironov
Telerik team
answered on 13 Aug 2025, 08:07 AM

Hello Sudhan,

Thank you for the image and the details provided.

It seems this is a known issue that is already fixed in Kendo:

Here is the issue that I opened for the MVC & Core wrappers:

Feel free to subscribe to the issue above for further updates.

Here is a workaround that can be used:

<style>
.k-menu-popup {
    overflow: visible !important;
}
</style>
Here is the updated REPL with the workaround included:

 

Kind Regards,
Anton Mironov
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.

Tags
Filter TreeList
Asked by
Sudhan
Top achievements
Rank 1
Answers by
Anton Mironov
Telerik team
Share this question
or