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

[Solved] Why ComboBox does not work? (with video)

2 Answers 152 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Søren Hartig
Top achievements
Rank 2
Søren Hartig asked on 10 Dec 2009, 01:07 PM
Hi,

I have 3 combobox controls that are inside a hidden div, when I click a button I turn that div visible, but the 3 combobox that that div contain do not work in anyway!

the screen cast is using IE 8 and FF 3.5.5


I use jQuery and jQuery Tools (Expose) and in the screen cast you can see it working with Expose disabled, but still does not work on IE or FF... 

the only way I can work with it is using FF with expose and click outside so I can close the Expose, only here it works!

even if I start without being hide (the div that contains the dialog) the comboxes do NOT work as well!

:-/

This is very weird as the code is to simple.

Any help is greatly appreciated.

2 Answers, 1 is accepted

Sort by
0
Accepted
Simon
Telerik team
answered on 11 Dec 2009, 12:56 PM
Hi Søren Hartig,

Please try setting some high z-index value to the RadComboBoxes, let say 10000. Most probably the Expose is with high z-index too and it hides the drop downs.

You can set z-index through the ZIndex property of RadComboBox.

Regards,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Søren Hartig
Top achievements
Rank 2
answered on 12 Dec 2009, 06:11 AM
dumb me :-(


Thank you very much for the insight!
Tags
ComboBox
Asked by
Søren Hartig
Top achievements
Rank 2
Answers by
Simon
Telerik team
Søren Hartig
Top achievements
Rank 2
Share this question
or