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

RadComboBox dropdown not sticking to the page

9 Answers 160 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
shafi
Top achievements
Rank 1
shafi asked on 07 Jul 2008, 09:26 PM
Hello,

I have a page with lots of RadComboBox drop downs and other controls. For the most part, everything works great. Except when I click on a comboBox drop down and it opens, and then scroll up or down, the combo box showing data stays fixed  while the rest of page moves up or down.
Not sure if you have seen this problem before but I could not find any reference to any similar item. 

I have included a sample aspx code implementing the controls:

(with ajax panel)

<td style="width: 16.6%; height: 18px; visibility:hidden">

<radA:radajaxpanel id="RadAjaxPanel10" runat="server">

<radC:RadComboBox ID="ddInvTimeHorizon" runat="server" Height="100px" OnSelectedIndexChanged="ddInvTimeHorizon_SelectedIndexChanged"

Skin="VSNET" SkinsPath="~/RadControls/ComboBox/Skins" AutoPostBack="True" ZIndex="9999">

</radC:RadComboBox>

<asp:TextBox ID="txtsSuitabilityTimeHorizon" runat="server" Visible="False" Width="100px" MaxLength="28" />

</radA:radajaxpanel>

</td>

 
(with out the ajax panel)

<

td style="width: 16.6%; height: 18px;">

<radc:radcombobox id="ddVarContracts" runat="server" title="insurance" Skin="VSNET" SkinsPath="~/RadControls/ComboBox/Skins"

height="100px" TabIndex="14">

</radc:radcombobox>

</td>



I have the same issue with both implementations. 
Can you help?
Regards
Shafi Jourabchi

p.s Actually I absorved the same behavior right her on this panel! if you input a text and do a spell check on it and then right clicking on the yellow high lighted text brings a drop down box. while the drop down is active and visible, try scrolling using the mouse or the bar.

9 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 08 Jul 2008, 01:15 PM
Hello shafi,

Thank you for the provided files.

You can find solution to your problem here: 
 http://www.telerik.com/support/kb/article/b454K-hck-b454T-btk-b454c-btk.aspx

Hope this helps.


Yana
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Ernesto
Top achievements
Rank 1
answered on 01 Nov 2010, 03:30 PM
Hello Telerik team!

I would like to ask you - do you have better solution for this trouble?
I have the same problem and maybe you have new workaround (because this thread was created 2 years ago :) )

Can you help me?

Regards,

Ernesto.
0
Yana
Telerik team
answered on 02 Nov 2010, 02:58 PM
Hello Ernesto,

Unfortunately you should still use the provided workaround.

All the best,
Yana
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Ernesto
Top achievements
Rank 1
answered on 02 Nov 2010, 03:33 PM
Thanks for your answer Yana.
0
Ernesto
Top achievements
Rank 1
answered on 03 Nov 2010, 03:50 PM
Hi again.

This workaround works.
But I have another problem ( in IE8 only). When dropdown hides after scrolling - he can not be opened again. (only if I click to 'arrow', when I click to textbox - everything fine)

Steps to reproduce:

  1. Open dropdown
  2. Scroll page (dropdown successfully hided)
  3. Try to open dropdown again
  4. He don't open (sometimes he open but in most cases not)

Can you help?

Kind Regards,
Ernesto.
0
Yana
Telerik team
answered on 05 Nov 2010, 03:34 PM
Hi Ernesto,

I tried to reproduce this issue but to no avail. Can you send us a live url where it can be observed? Thanks

All the best,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ernesto
Top achievements
Rank 1
answered on 09 Nov 2010, 07:39 AM
Hello Yana,

Sorry for delay. Unfortunately my web application is not live yet. I will try to prepare example for you.

Regards,
Ernesto.
0
Yana
Telerik team
answered on 09 Nov 2010, 10:18 AM
Hello Ernesto,

You should open a support ticket and attach the example there as only images can be attached in the forums. Thanks in advance

Best regards,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ernesto
Top achievements
Rank 1
answered on 12 Nov 2010, 01:06 PM
Hello Yana,

I tried make small application and reproduce this problem there. But I couldn't :)
Everything works fine. Sorry for disturbing.

Kind Regards,
Ernesto.
Tags
ComboBox
Asked by
shafi
Top achievements
Rank 1
Answers by
Yana
Telerik team
Ernesto
Top achievements
Rank 1
Share this question
or