Search code examples
c#asp.netgridviewdatabound-controls

Has ASP.NET any databound control which has fixed header feature?


In ASP.NET, is there any databound control (GridView, DataList, Repeater, ListView etc.) which has fixed header feature?
I search on net but find complex solutions for this simple requirement. I am wonder How Microsoft forget to give this simple and required feature?
Any way I am working on ASP.NET Framework 3.5. Has somebody find simple solution to this problem yet?


Solution

  • No "native" ASP.NET control, but you could use Ideasparks CoolGridView. It works fine for me and is free.

    Note that ASP.NET is a serverside technology and what you're asking is clientside functionality.