Removing Horizontal Scroll from Telerik RadComboBox

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

Tags: , ,

ASP.Net | Telerik

Comments (1) -

Kartik Mody
2/28/2012 4:54:32 PM #

Hi,

I'm using RadGrid control to display data, I want to show horizontal scroll bar on the top of grid to scroll its contents, so your help would be truly appreciated. Please reply and assist me ahead.

Thanks in Advance!

Reply

Add comment

biuquote
  • Comment
  • Preview
Loading