【问题标题】:Last row not showing properly in GridView最后一行在 GridView 中未正确显示
【发布时间】:2014-05-29 10:22:47
【问题描述】:

嗨,

此问题仅反映在 Google Chrome 中,

风格

.GridviewScrollHeader > TH, .GridviewScrollHeader > TD {
padding: 5px; white-space: normal;
border-right: 1px solid #a5bed4; 
border-left: 1px solid #fff; 
border-bottom: 1px solid #AAAAAA;
border-top:none; 
background:url(../Images/grid_head.jpg) repeat-x top center #cfe4ff;
text-align: left; 
vertical-align: bottom;
}

【问题讨论】:

    标签: css asp.net gridview browser


    【解决方案1】:

    如果您为网格提供高度,则可以解决此问题。例如:

    height: 250,
    autowidth: true
    width: 1100,
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-10-18
      • 2021-12-12
      • 1970-01-01
      • 1970-01-01
      • 2013-03-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多