How to freeze GridView header?

前端 未结 7 786
一生所求
一生所求 2020-12-10 04:54

As in a title, does anyone know how to freeze GridView header in ASP.NET ?

相关标签:
7条回答
  • 2020-12-10 05:36

    Option (a) buy into a UI package that includes a souped-up GridView with this functionality built-in.

    Option (b) roll your own - it's not simple. Dino Esposito has one approach.

    EDIT: Just noticed that the Dino article links to a subscriber-only area on the ASPnetPro magazine site.

    Here's another approach using extenders.

    0 讨论(0)
提交回复
热议问题