This is a migrated thread and some comments may be shown as answers.

Filter Multi Checkboxes - filter menu is too narrow

4 Answers 116 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Radoslaw
Top achievements
Rank 1
Radoslaw asked on 05 Dec 2015, 03:26 PM

Hi,

In Chrome, version 46, filter menu is too narrow and bottom buttons don't fit into container. 

http://i.imgur.com/8uOBHhG.png

http://demos.telerik.com/kendo-ui/grid/filter-multi-checkboxes

 

Radosław

4 Answers, 1 is accepted

Sort by
0
Radoslaw
Top achievements
Rank 1
answered on 05 Dec 2015, 03:27 PM
Material Theme
0
Ivan Danchev
Telerik team
answered on 06 Dec 2015, 09:13 PM
Hello Radosław,

I tested the Grid's dropdown with the latest stable version of Chrome (47.0.2526.73) and with version 46 and a difference in its width indeed can be noticed. I can suggest either updating the browser because in the latest version the dropdown is displayed correctly or applying the following CSS rule, which will increase its width:
.k-filter-menu.k-popup.k-group.k-reset.k-state-border-up {
  width: 140px;
}

Regards,
Ivan Danchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Mark
Top achievements
Rank 1
answered on 19 Feb 2016, 09:14 PM

I am having a similar issue.   Is there a way to enable a horizontal scrollbar in the filter menu ?   

Thanks,

Irwin

0
Ivan Danchev
Telerik team
answered on 22 Feb 2016, 01:10 PM
Hello Irwin,

Horizontal scroll bar can be added to the filter menu. You can use the selector I posted in my previous reply and set the overflow-x property to "scroll":
.k-filter-menu.k-popup.k-group.k-reset.k-state-border-up {
  overflow-x: scroll;
}

Regards,
Ivan Danchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Radoslaw
Top achievements
Rank 1
Answers by
Radoslaw
Top achievements
Rank 1
Ivan Danchev
Telerik team
Mark
Top achievements
Rank 1
Share this question
or