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
0
Radoslaw
Top achievements
Rank 1
answered on 05 Dec 2015, 03:27 PM
Material Theme
0
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:
Regards,
Ivan Danchev
Telerik
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
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":
Regards,
Ivan Danchev
Telerik
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!