FineUI 官方论坛
标题:
弹出窗口DropDownList选项被遮蔽问题,求大神
[打印本页]
作者:
Smecta(⊙_⊙)
时间:
2014-4-1 10:18
标题:
弹出窗口DropDownList选项被遮蔽问题,求大神
如下图所示,DropDownList的选项被用户控件遮蔽,使用了所有方法也没解决,求助[attach]4939[/attach]
代码如下所示
<x:PageManager ID="PageManager1" runat="server" />
<x:SimpleForm ID="SimpleForm1" runat="server" AutoHeight="true" BodyPadding="5px" ShowHeader="false"
ShowBorder="false" EnableBackgroundColor="true">
<Toolbars>
<x:Toolbar runat="server">
<Items>
<x:DropDownList runat="server" AutoPostBack="True" Label="年度" ID="ddl_selectyear" OnSelectedIndexChanged="ddl_selectyear_SelectedIndexChanged"></x:DropDownList>
<x:DropDownList ID="ddl_type" runat="server" AutoPostBack="true" Label="评价类型" OnSelectedIndexChanged="ddl_type_SelectedIndexChanged">
<x:ListItem Text="年度" Value="yearly" />
<x:ListItem Text="一季度" Value="Quarterlyone" />
<x:ListItem Text="二季度" Value="Quarterlytwo" />
<x:ListItem Text="三季度" Value="Quarterlythree" />
<x:ListItem Text="四季度" Value="Quarterlyfour" />
<x:ListItem Text="请选择评价类型" Value="0" Selected="true" />
</x:DropDownList>
</Items>
</x:Toolbar>
</Toolbars>
</x:SimpleForm>
<x:ContentPanel runat="server" ID="Panel1" ShowHeader="false" EnableFrame="true" EnableCollapse="true" BodyPadding="5px" AutoHeight="true"
AutoWidth="true">
<uc1:Print runat="server" ID="Print" />
</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