Kendo-ui-core: Unexpected auto-closing of Grid's page size DropDownList

Created on 14 Jun 2017  路  3Comments  路  Source: telerik/kendo-ui-core

Bug report

Reproduction video

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.

Reproduction of the problem

  1. http://dojo.telerik.com/AJoWO
  2. Scroll to the bottom of the page
  3. Change the page size of the second grid from 10 to 5
  4. Try to change the page size of the second grid again.

Current behavior

The dropdown opens and then auto-closes repeatedly. If the page is scrolled, the dropdown will open as expected.

Expected/desired behavior

The dropdown opens and remains opened to allow the used to select page size.

Environment

  • Kendo UI version: 2017.2.621
  • Browser: [Chrome]
Bug DropDownList Priority 1 Low jQuery2

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;
}

All 3 comments

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;
}

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ipeshev picture ipeshev  路  4Comments

VicTachev picture VicTachev  路  5Comments

zdravkov picture zdravkov  路  4Comments

gyoshev picture gyoshev  路  4Comments

zdravkov picture zdravkov  路  5Comments