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

Radcombo item list is not stick with Radcombo while scrolling

1 Answer 71 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Om
Top achievements
Rank 1
Om asked on 07 Mar 2014, 10:19 AM
I have the RadCombobox in my page. If i scroll the page after open the radcombo list then the list does not stick with the radcombo. This problem is my whole project so i want the generic resolution for it ASAP.

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 11 Mar 2014, 03:25 PM
Hello Om,

The reason for the faced issue is that the DropDown is a different element from the Input of the RadComboBox and it is not scrolled in such scenarios. The proper workaround is to capture the scroll event of the currently scrolling container of the RadComboBox and manually close the DropDown, using hideDropDown() function of the RadComboBox. Please refer to this forum thread, where this is discussed in details.

Regards,
Nencho
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

Tags
ComboBox
Asked by
Om
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or