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