The issue happens when there is scrollbar on the page before and after changing the page size of a Grid to a smaller value. The Grid should be the last element on the page. When the user changes the page size in the footer to a smaller value, and then tries to change the page size again to greater value , the dropdown opens and then auto-closes repeatedly.
The dropdown opens and then auto-closes repeatedly. If the page is scrolled, the dropdown will open as expected.
The dropdown opens and remains opened to allow the used to select page size.
Workaround: http://dojo.telerik.com/equJO
Duplicate of: https://github.com/telerik/kendo-ui-core/issues/2768
Try this costume height to DD menu , i solved this issue after a long time wasted
NOTE: make changes on height as per your needs.. in my case 189px height solved my issue
.k-animation-container{
height: 189px !important;
overflow: hidden !important;
}
Most helpful comment
Try this costume height to DD menu , i solved this issue after a long time wasted
NOTE: make changes on height as per your needs.. in my case 189px height solved my issue
.k-animation-container{
height: 189px !important;
overflow: hidden !important;
}