滚动条存在时如何修复gridview的标题 [英] How to fix header of gridview when scroll bar present

查看:91
本文介绍了滚动条存在时如何修复gridview的标题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

团队,

网格视图控件有1个问题.

滚动条存在时如何修复网格视图的标题


请提出答案...... :)


等待重播......... !!!!!!!!!!:)

Hi Team ,

I have 1 problem with grid view control.

How to fix header of grid view when scroll-bar present


Please suggest answer......:)


Waiting replay.........!!!!!!!!!!:)

推荐答案

尝试一下.. :)

在ASP.Net中具有固定标题的可滚动GridView [ ^ ]

在ASP.NET中带有固定标题的GridView [ ^ ]

在asp.net中具有固定标头的jQuery可滚动网格视图 [ ^ ]

在ASP.Net中具有垂直滚动的固定GridView标头 [ ^ ]
try this.. :)

Scrollable GridView with Fixed Headers in ASP.Net[^]

GridView with Fixed Header in ASP.NET[^]

JQuery scrollable gridview with fixed header in asp.net[^]

Fixed GridView Header with Vertical Scroll in ASP.Net[^]


引用

带有固定标题和滚动条的GridView [ ^ ]

http://stackoverflow.com/questions/17990435/fixing-gridview-header-while-scrolling [^ ]
Refer

GridView with Fixed Header and Scroll Bar[^]

http://stackoverflow.com/questions/17990435/fixing-gridview-header-while-scrolling[^]


您没有任何内置功能来执行此操作,您需要添加表,并且需要添加两行,其中第一行用于标题,另一行用于网格和makinf girdviews属性以显示标题为false并允许滚动.


you Dont have any built in feature to do this you need to add a table and in that you need to add two rows one for headeer and another for grid and makinf the girdviews property to show header to false and allow scrollable.


<pre lang="HTML">
<table> 
<tr>
<td>
<!-- your grid header goes here -->

</td></tr>
<tr>
<td>
<!-- your grid content goes here. make your grid view show header property to false and allow scrollable to true-->
</td>
</tr>
</table>


这篇关于滚动条存在时如何修复gridview的标题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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