固定标题和顶部边框的ASP Grid View滚动 [英] ASP Grid View Scroll With Header and Top Border Fixed

查看:109
本文介绍了固定标题和顶部边框的ASP Grid View滚动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个网格视图,我想滚动而不滚动标题和顶部边框. 我有以下css解决方案,可在不滚动标题行的情况下滚动gridview,但无法避免滚动顶部网格视图边框.

I have grid view which I want to scroll without scrolling header and top border. I have following css solution to scroll gridview without scrolling header row but I am not able to avoid the scrolling of top grid view border.

.HeaderFreez
{
position: relative;
top: expression(this.offsetParent.scrollTop);
z-index: 10;
}

.....
.....

<HeaderStyle CssClass="HeaderFreez" BackColor="Silver" ForeColor="Black" Font-Size="8pt"          BorderStyle="Solid" Wrap="False" />

有什么解决方法可以避免在aspx中滚动网格视图的顶部边框?

Is there any solution to avoid the scrolling of top border of grid view in aspx ??

推荐答案

您可以查看以下问题

在滚动时固定gridview标头

网格视图固定标题

类似于您的要求.

这篇关于固定标题和顶部边框的ASP Grid View滚动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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