插入选项卡控件时,Asp.net ajax组合框无法正确显示

时间:2022-09-21 03:20:12

I have a display problem when I try to use a ajax combobox inside a tab control: when my tab control loads on the page where the combobox is, everything works fine; however, if it loads on a another page, the you change to the page which contains the combobox, the right button (which opens the list of the combobox) isn't displayed at all.

当我尝试在选项卡控件中使用ajax组合框时出现显示问题:当我的选项卡控件加载到组合框所在的页面上时,一切正常;但是,如果它加载到另一个页面,您将更改为包含组合框的页面,右键(打开组合框列表)根本不会显示。

Has someone been through this behavior? And maybe found a solution ?

有人经历过这种行为吗?也许找到了解决方案?

Thanks in advance !

提前致谢 !

1 个解决方案

#1


0  

Use Firebug in FireFox (this tool is very good if you dont use it) and right-click the area where your drop arrow should be, then select "Inspect Element". At the bottom of your browser screen, you will see a couple windows. One window will detail teh styles being applied to the arrow area.

在FireFox中使用Firebug(如果你不使用它,这个工具非常好)并右键单击你的下拉箭头所在的区域,然后选择“Inspect Element”。在浏览器屏幕的底部,您将看到几个窗口。一个窗口将详细说明应用于箭头区域的样式。

Look for a style that is making visibility of either a <td> or <img> to be hidden. The Ajax ComboBox control, sadly, is laid out in a table.

寻找一种能够隐藏或插入选项卡控件时,Asp.net ajax组合框无法正确显示的可见性的风格。遗憾的是,Ajax ComboBox控件放在一个表格中。

#1


0  

Use Firebug in FireFox (this tool is very good if you dont use it) and right-click the area where your drop arrow should be, then select "Inspect Element". At the bottom of your browser screen, you will see a couple windows. One window will detail teh styles being applied to the arrow area.

在FireFox中使用Firebug(如果你不使用它,这个工具非常好)并右键单击你的下拉箭头所在的区域,然后选择“Inspect Element”。在浏览器屏幕的底部,您将看到几个窗口。一个窗口将详细说明应用于箭头区域的样式。

Look for a style that is making visibility of either a <td> or <img> to be hidden. The Ajax ComboBox control, sadly, is laid out in a table.

寻找一种能够隐藏或插入选项卡控件时,Asp.net ajax组合框无法正确显示的可见性的风格。遗憾的是,Ajax ComboBox控件放在一个表格中。