How to place the drop-down list to expand on the page immediately below the input area in chrome Browser.
It is working Fine in Firefox and IE but in chrome its not working properly.
The Issue occurs ​when the Page is Scrolled down and when we are opening the drop-down list
it is detaching from the immediately below the input area.
5 Answers, 1 is accepted
We have tested the RadDropDown and RadComboBox, but the issue did not occurs. The similar issue was in older version of our controls. Could you please try to update to the last version? If the issue still occurs, could you please open a support ticket, so you will be able to attach a sample project where the issue is reproduced?
Regards,
Magdalena
Telerik
Hi Magdalena,
We are using the Version 2009.2.701.35.Is this issue occurring because of using the older version ?.
Let us know so that we can request our Client to update the version.
Actually this issue was resolved in the 2015.1 version by closing the popup when start scrolling. Upgrading to this or newer version will resolve the issue.
Do not hesitate to contact us if you have other questions.
Regards,
Magdalena
Telerik
Hi Magdalena,
It is not fixed by Closing the popup manually when start scrolling.
As it was menctioned in the Link : http://www.telerik.com/support/kb/aspnet-ajax/combobox/details/the-dropdown-area-is-dispositioned-on-scroll-
content.onscroll = function()
{
var combo = <%= RadComboBox1.ClientID %>;
combo.HideDropDown();
}
We are getting this issue when we are selecting the Rad Combo box without any scroll on the page.
we are facing this issue only in chrome browser.
Is there any solution without Upgrading to new version.
We will try to find a workaround that would not involve upgrading, but as my colleague Magdalena pointed out we would need to reproduce the issue at our end. Please, open a support ticket and attach a sample project that demonstrates the observed expand behavior of the control. Our guidelines can help you isolate the problem.
Regards,
Ivan Danchev
Telerik