Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到很多关于这个问题的讨论,但它们是旧的,而不是跨浏览器。
我的 asp.net 项目中有一个 gridview 有很多行,我需要在用户滚动网格时固定标题,gridview 允许排序,因此用户可以单击标题。
也许使用分页可以解决我的问题,但我必须使用 scroll 。
我建议你添加scrollable div
scrollable div
<div style="overflow:auto; widht:100%; height:YourHeight" > <asp:GridView> ..... </asp:GridView> </div>