Pregunta

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?

¿Fue útil?

Solución

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.

Otros consejos

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/

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top