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

[Solved] DropDown Window is in the wrong location

5 Answers 247 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 06 Mar 2008, 02:05 PM
I have this problem using the RadComboBox. The DropDown List appears in the wrong location. No matter what skin I use. If I use the scroll bars the position is more drastic. Also what is wild is that I get the following error: "Element 'RadComboBox' is not a known element. This can occur if there is a compilation error in the web site." However the site compiles fine, and renders correctly. Also intellisense doesnt work for this control unless I move it up at the same level as the RadAjaxPanel.

Thank you,


Below is a sample:

<rad:RadAjaxPanel ID="radAjaxPanelClassDetails" runat="server" Width="100%" LoadingPanelID="LoadingPanel1">

<table id="tblContribDetails" cellspacing="0" cellpadding="0" width="100%" align="center">

<tr class="Header">

<th align="left">

Classification Details

</th>

</tr>

<tr class="subheader">

<td align="center">

<table id="Table1" cellspacing="0" cellpadding="0" width="95%" border="0">

<tr>

<td style="width: 130px">

&nbsp;</td>

<td style="width: 195px">

</td>

<td style="width: 13px">

</td>

<td style="width: 110px">

</td>

<td style="width: 252px">

</td>

<td>

</td>

<td>

</td>

</tr>

<tr>

<td style="height: 60px" >

Classification:

</td>

<td style="height: 60px">

<rad:RadComboBox ID="ddnClass" runat="server" AutoPostBack="True"

DataTextField="ClassCDDescription" DataValueField="ClassificationCD"

Skin="Vista" MarkFirstMatch="True" Width="240px" OnSelectedIndexChanged="ddnClass_SelectedIndexChanged">

<collapseanimation duration="200" type="OutQuint"></collapseanimation>

<expandanimation type="OutQuart"></expandanimation>

</rad:RadComboBox>

</td>

<td valign="middle" style="height: 60px">

</td>

<td valign="middle" style="height: 60px">

Waiting Period:

</td>

<td valign="middle" style="height: 60px">

<asp:Label ID="lblWaitingPeriod" runat="server"></asp:Label></td>

<td valign="middle" style="height: 60px">

</td>

<td valign="middle" style="height: 60px">

</td>

</tr>


5 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 06 Mar 2008, 03:23 PM
Hello Jeff,

We tried to reproduce the reported issue on our side, but to no avail. I suspect that you use some older versions of the control. Please update to the latest official release (RadControls Prometheus 2007.3.1425) and let us know how it goes.

As to the intellisense issue, we are aware of it and it is already fixed internally. The next official release of the controls will include the fix.

All the best,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jeff
Top achievements
Rank 1
answered on 06 Mar 2008, 03:47 PM
We are using this version 2007.3.1425, from the looks of things this only seems to happen on a page that is running in IE7. I am running IE 6.0 standalone, same as Firefox and I am not seeing the issue.

On a side note... we were using the controls before doing the upgrade to Prometheus, and those controls worked correctly in IE 7.

Thank you,
0
Paul
Telerik team
answered on 06 Mar 2008, 04:16 PM
Hi Jeff,

As already stated, we tried to reproduce the reported issue on our side using your code snippet, but to no avail. Please find attached a movie that shows the proper rendering of the control.

If the problem persists, I think it will be best if you can open a support ticket and send us a simple running project (incl. CSS, images, skins, DB backup if needed and so on) demonstrating the problem (and step-by-step instructions on doing so). In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Greetings,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jeff
Top achievements
Rank 1
answered on 06 Mar 2008, 07:52 PM

Thanks for the reply actually I found that if I changed the document tag from:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >

To this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

The control actually rendered correctly, well except for a little bit off.... but not as bad as before.

Thank you,

0
Maxim
Top achievements
Rank 1
answered on 02 Apr 2008, 04:18 AM
I had the same issue and you comment fixed it for me. Thanks
Tags
ComboBox
Asked by
Jeff
Top achievements
Rank 1
Answers by
Paul
Telerik team
Jeff
Top achievements
Rank 1
Maxim
Top achievements
Rank 1
Share this question
or