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

radcombobox list is not aligned in a radpane

1 Answer 80 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 25 Feb 2009, 03:48 AM
Hello

List radcombobox, not aligned with the control in a radpane?, but if I open the page directly in the browser list is aligned correctly it can be very minimal but the error is noticed.

this is the code that mostrate into rad_pane. it's a aspx page.

and the contenturl it's the location of aspx. page.


<%

@ Page Language="vb" AutoEventWireup="false" CodeBehind="prb1.aspx.vb" Inherits="ServisistemasAra.FoxisWeb.Web.prb1" %>

 

<!

 

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

 

<

 

html xmlns="http://www.w3.org/1999/xhtml" >

 

<

 

head runat="server">

 

 

<title></title>

 

</

 

head>

 

<

 

body style="padding:5px;">

 

 

<form id="form1" runat="server">

 

 

<div>

 

 

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">

 

 

</telerik:RadScriptManager>

 

 

<telerik:RadComboBox ID="CboA¤o" Runat="server" Skin="Vista" Width="90px"

 

 

meta:resourcekey="RadComboBox2Resource1">

 

 

<Items>

 

 

<telerik:RadComboBoxItem runat="server" Text="1"

 

 

Value="1" />

 

 

<telerik:RadComboBoxItem runat="server" Text="2"

 

 

Value="2" />

 

 

<telerik:RadComboBoxItem runat="server" Text="3"

 

 

Value="3" />

 

 

<telerik:RadComboBoxItem runat="server" Text="4"

 

 

Value="4" />

 

 

<telerik:RadComboBoxItem runat="server" Text="5"

 

 

Value="5" />

 

 

<telerik:RadComboBoxItem runat="server" Text="6"

 

 

Value="6" />

 

 

<telerik:RadComboBoxItem runat="server" Text="7"

 

 

Value="7" />

 

 

<telerik:RadComboBoxItem runat="server" Text="8"

 

 

Value="8" />

 

 

<telerik:RadComboBoxItem runat="server" Text="9"

 

 

Value="9" />

 

 

</Items>

 

 

<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>

 

 

</telerik:RadComboBox>

 

 

</div>

 

 

</form>

 

</

 

body>

 

</

 

html>

Excuseme by the english

Alex

 

1 Answer, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 25 Feb 2009, 02:59 PM
Hi Alex,

We tried to reproduce the problem, but without much success. Please refer to our test files for details.
Could you please send us your complete code - together with the RadSplitter declaration?

Regards,
Helen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Alex
Top achievements
Rank 1
Answers by
Helen
Telerik team
Share this question
or