奇怪的 Ajax ComboBox 下拉列表 [英] weird Ajax ComboBox drop down list

查看:24
本文介绍了奇怪的 Ajax ComboBox 下拉列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在某个面板中有组合框:

(字符串#287)

解决方案

我遇到了类似的问题,可以通过删除我添加到包含组合框的面板的扩展器来解决我的问题.我为 Panel 使用了 DropShadowExtender,删除它会导致组合框完美显示.也许你也可以试试.

I've got combobox inside some panel :

<ajaxToolkit:ComboBox 
    ID="YearList" 
    runat="server" 
    OnInit="YearList_Init1" 
    EnableTheming="false" 
    Width="45px"
    ViewStateMode="Disabled" />

and it was OK before I updated project to .NET 4 , after updating project (And AJAX) to .net4 it's looking like really strange ... I can't explain it proper , I will show :

how can I fix it ? :) Full CSS / ASPX page here -> https://github.com/nCdy/Issues/tree/master/Ajax%20ComboBox (string # 287)

解决方案

I had a similar issue and could resolve mine by removing the extender that I had added to the Panel containing the combobox. I had used a DropShadowExtender for the Panel, removing it caused the combobox to be displayed perfectly. Perhaps you can try that as well.

这篇关于奇怪的 Ajax ComboBox 下拉列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆