开发者

GridView frozen header line

开发者 https://www.devze.com 2023-01-27 02:29 出处:网络
It it possible to do frozen header line in GridView ? I\'m using VS 2010, c#. TY开发者_JAVA百科You can not frozen header row of GridView, but you can do one thing put a html table with two rows, in s

It it possible to do frozen header line in GridView ? I'm using VS 2010, c#.

TY开发者_JAVA百科


You can not frozen header row of GridView, but you can do one thing put a html table with two rows, in second row add gridView and hide the header row of it and in first row create label at run time which will looks like Grid header.

0

精彩评论

暂无评论...
验证码 换一张
取 消