Gridview "Freeze Pane" Solutions
Posted
by timeitquery
on Stack Overflow
See other posts from Stack Overflow
or by timeitquery
Published on 2010-05-26T12:29:24Z
Indexed on
2010/05/26
12:31 UTC
Read the original article
Hit count: 193
ASP.NET
I am looking for ways to implement scrolling in a gridview similar to freepanes in Excel. I need to keep the Header and the first columns static, and enable vertical and horizontal scrolling. I have seen commercial solutions, but I was looking for ways to make it work with the gridview.
© Stack Overflow or respective owner