-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
BugC: GridFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemRegressionBroken functionality which was working previouslyBroken functionality which was working previouslySEV: MediumjQuery
Description
Bug report
When using the default column checkbox filter menu and the data requested from the server takes time to load, the filter menu popup does not resize correctly when opening the menu for the first time.
The issue started to occur in version 2025.1.211.
Reproduction of the problem
-
Enable the checkbox filter menu of a specified column. The Grid binds to remote data and the data operations are perfomed on the server.
-
Open the filter menu when the Grid is loaded.
-
The Read request triggers and a loader is displayed to indicate that the data is loading:
- The options are loaded, but the popup container does not expand as expected:
- Close the filter menu and opend it again:
Expected/desired behavior
The filter menu popup must display all options when the data is loaded.
Workaround
<style>
.k-animation-container-shown {
overflow: visible !important;
}
</style>
Environment
- **Kendo UI version: 2025.2.520
- **jQuery version: 3.7.1
- **Browser: [all]
Metadata
Metadata
Assignees
Labels
BugC: GridFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemRegressionBroken functionality which was working previouslyBroken functionality which was working previouslySEV: MediumjQuery