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

Scroll Bar Issue in RadCombobox

1 Answer 162 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Keshav
Top achievements
Rank 1
Keshav asked on 10 Jun 2015, 07:59 AM

Hi all,

 

I am using dependent radcomboboxes. On select of any item in combobox1, combobox2 is populated.

I am facing an issue that the vertical scroll bar appears in the dependent dropdown in a very sudden manner. Eg if number of items is 1, scroll bar appears, if it is more than one it doesnot appear. Please help me remove this scroll bar. I want scroll bar only when the dropdowns height crosses a certain limit.

 P S : I have already tried setting MaxHeight property and also

html {
overflow: hidden;
}

 

Regards,

Anurag

1 Answer, 1 is accepted

Sort by
0
Aneliya Petkova
Telerik team
answered on 11 Jun 2015, 11:38 AM
Hi Anurag,

In 2015 Q1 release of Telerik UI for ASP.NET AJAX we added a ScreenBoundaryDetection functionality to the RadDropDownList control, which is enabled by default. You may find our release history  for version 2015.1.225 in the following link:
To disable this functionality, please add EnableScreenBoundaryDetection="false" to the markup of your RadDropDownList control.

Regards,
Aneliya Petkova
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
DropDownList
Asked by
Keshav
Top achievements
Rank 1
Answers by
Aneliya Petkova
Telerik team
Share this question
or