Completed
Last Updated: 20 Jul 2020 06:42 by ADMIN
aman
Created on: 03 Jun 2019 11:50
Category: Kendo UI for jQuery
Type: Feature Request
0
How to provide scroll bar in dropdown list against a cell of the spreadsheet?

1)I have configured drop-down(list) for the values in the cell of spread sheet.

2)Scroll bar is not coming in that drop down list.

3)Due to which if list is big ,it is going out of sheet.

4)Please see the screenshot attached to see the issue.

5)Kindly reply.

Attached Files:
1 comment
ADMIN
Veselin Tsvetanov
Posted on: 10 Jun 2019 10:42
Hello Aman,

If you have too many items in the cell custom editor pop-up you will need to apply some custom styling to force the scroll to appear:
body > .k-animation-container > .k-popup > .k-list {
  height: 150px;
  overflow: auto;
}

Here you could find a Dojo sample implementing the above suggestion. Note that the scroll on the pop-up will force the longest items to be displayed on two rows. That result could be avoided only if you set manually the pop-up width to some greater value.

Regards,
Veselin Tsvetanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.