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

Combox entrys not visible

1 Answer 39 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Helmut Versteeg
Top achievements
Rank 1
Helmut Versteeg asked on 12 Mar 2010, 10:37 AM
All Combobox entrys are not visible in my Project (See Attach). But in Code there are entrys.

<div style="width: 500px; float: left;"> 
       <div id="ctl00_C_Inhalt_CB_Testobjekt" class="RadComboBox RadComboBox_Default" style="width:350px;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;">
 <table cellpadding="0" cellspacing="0" summary="combobox" border="0" style="border-width:0;table-layout:fixed;border-collapse:collapse;width:100%">
  <tr>
   <td class="rcbInputCell rcbInputCellLeft" style="margin-top:-1px;margin-bottom:-1px;width:100%;"><input name="ctl00$C_Inhalt$CB_Testobjekt" type="text" class="rcbInput rcbEmptyMessage" id="ctl00_C_Inhalt_CB_Testobjekt_Input" value="Testobjekt wählen..." style="display: block;" /></td><td class="rcbArrowCell rcbArrowCellRight" style="margin-top:-1px;margin-bottom:-1px;"><a id="ctl00_C_Inhalt_CB_Testobjekt_Arrow" style="overflow: hidden;display: block;position: relative;outline: none;">select</a></td>
  </tr>
 </table><div class="rcbSlide" style="z-index:6000;"><div id="ctl00_C_Inhalt_CB_Testobjekt_DropDown" class="RadComboBoxDropDown RadComboBoxDropDown_Default " style="float:left;display:none;"><div class="rcbScroll rcbWidth" style="width:100%;"><ul class="rcbList" style="list-style:none;margin:0;padding:0;zoom:1;"><li class="rcbItem "></li><li class="rcbItem ">Proband m&#228;nnlich</li><li class="rcbItem ">Proband weiblich</li><li class="rcbItem ">Teil eines postmortalen Testobjekt m&#228;nnlich</li><li class="rcbItem ">Teil eines postmortalen Testobjekt weiblich</li><li class="rcbItem ">Postmortales Testobjekt m&#228;nnlich</li><li class="rcbItem ">Postmortales Testobjekt weiblich</li><li class="rcbItem ">Teil eines Dummy (z.B. Kopf mit Hals, festgesetzt)</li><li class="rcbItem ">Dummy (z.B. Hybrid III)</li><li class="rcbItem ">Teil eines Tier m&#228;nnlich</li><li class="rcbItem ">Teil eines Tier weiblich</li><li class="rcbItem ">Tier m&#228;nnlich</li><li class="rcbItem ">Tier weiblich</li></ul></div></div></div><input id="ctl00_C_Inhalt_CB_Testobjekt_ClientState" name="ctl00_C_Inhalt_CB_Testobjekt_ClientState" type="hidden" />

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 12 Mar 2010, 02:55 PM
Hi Helmut Versteeg,

There is a 'display: none' style on the drop down element, which probably hides the Items. Why this happens on your page however is a mystery to me.

Can you please let me know which version of Telerik.Web.UI you are using as well as provide me with the code of your page (aspx & aspx.cs/vb) to inspect them for anything suspicious?

Sincerely yours,
Simon
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
ComboBox
Asked by
Helmut Versteeg
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or