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?

有帮助吗?

解决方案

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.

其他提示

There are some tricks with css that you can do and make the header remain visible, and the data scroll.

So here are some links that do that:

http://datawebcontrols.com/demos/ScrollableDataGridFixedHeader.aspx

http://fixedheadertable.com/livedemos/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top