关于网格下拉的可见性
问题描述:
我有一个带有一些样式表的Div标签。样式表让div像下拉一样
.iam在选择时将Div添加到radGrid列。
当我点击特定div时,iam得到下拉列表,但它在网格后面。可以显示网格行上方的下拉列表
i have a Div tag with some style sheet. the style sheet make the div like a drop down
.iam adding that Div to a radGrid column when it is being selected.
when i click on that particular div, iam getting the dropdown but it is behind the grid.is it possible to show the dropdown above the Grid Rows
答
您可以使用z-index调整分层但是位置 也必须加入div。请参阅 MDN。
You can adjust layering with z-index but a "postion" will have to be added to the div as well. See MDN.