FineUI 官方论坛

标题: 弹出窗口DropDownList选项被遮蔽问题,求大神 [打印本页]

作者: Smecta(⊙_⊙)    时间: 2014-4-1 10:18
标题: 弹出窗口DropDownList选项被遮蔽问题,求大神
如下图所示,DropDownList的选项被用户控件遮蔽,使用了所有方法也没解决,求助[attach]4939[/attach]

代码如下所示
  1.         <x:PageManager ID="PageManager1" runat="server" />
  2.         <x:SimpleForm ID="SimpleForm1" runat="server" AutoHeight="true" BodyPadding="5px" ShowHeader="false"
  3.             ShowBorder="false" EnableBackgroundColor="true">
  4.             <Toolbars>
  5.                 <x:Toolbar runat="server">
  6.                     <Items>
  7.                         <x:DropDownList runat="server" AutoPostBack="True" Label="年度" ID="ddl_selectyear" OnSelectedIndexChanged="ddl_selectyear_SelectedIndexChanged"></x:DropDownList>
  8.                         <x:DropDownList ID="ddl_type" runat="server" AutoPostBack="true" Label="评价类型" OnSelectedIndexChanged="ddl_type_SelectedIndexChanged">
  9.                             <x:ListItem Text="年度" Value="yearly" />
  10.                             <x:ListItem Text="一季度" Value="Quarterlyone" />
  11.                             <x:ListItem Text="二季度" Value="Quarterlytwo" />
  12.                             <x:ListItem Text="三季度" Value="Quarterlythree" />
  13.                             <x:ListItem Text="四季度" Value="Quarterlyfour" />
  14.                             <x:ListItem Text="请选择评价类型" Value="0" Selected="true" />
  15.                         </x:DropDownList>
  16.                     </Items>
  17.                 </x:Toolbar>
  18.             </Toolbars>
  19.         </x:SimpleForm>
  20.         <x:ContentPanel runat="server" ID="Panel1" ShowHeader="false" EnableFrame="true" EnableCollapse="true" BodyPadding="5px" AutoHeight="true"
  21.             AutoWidth="true">
  22.             <uc1:Print runat="server" ID="Print" />
  23.         </x:ContentPanel>
复制代码




作者: Mr.Wu    时间: 2014-4-1 10:46
看看这个,我以前也遇到了,不知能不能帮到你?http://fineui.com/bbs/forum.php?mod=viewthread&tid=1570
作者: Smecta(⊙_⊙)    时间: 2014-4-1 12:15
谢谢,真的解决了




欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/) Powered by Discuz! X3.4