by Tom Hundley
11. June 2010 07:12
If you have a rad combo box and the dropdown width is larger than the width, you'll get the annoying horizontal scroll bars. You can fix this in css by using the "!important" tag. Thanks to Telerik support for this fix:
.rcbScroll
{
overflow-y: auto;
overflow-x: hidden !important;
}
Tom Hundley
Elegant Software Solutions, LLC
Reference:
http://www.telerik.com/community/forums/aspnet-ajax/combobox/horizontal-scroll-problem.aspx