Scrolling GridView with fixed Header

J

Jimmy B

Hello folks,

Does anyone of you know any Open Source GridView Extension
that has vertical Scrollbar and fixed Header?

Tried to Google but didn't find any proper (because of Css).

It should work in IE, Firefox and Opera.

Cheers!
 
G

Guest

Hello folks,

Does anyone of you know any Open Source GridView Extension
that has vertical Scrollbar and fixed Header?

Tried to Google but didn't find any proper (because of Css).

It should work in IE, Firefox and Opera.

Cheers!

You can do an additional header table before the gridview as a simple
approach. The gridview could be placed in a scrolling DIV area.

<table>...<table>
<div style="width: 400px; height: 400px; overflow: auto;">
gridview
</div>
 
J

Jimmy B

Thanks for reply.

Yes, I have read many kind of solutions and wondered that why not to
build Headers in own table. Of course sorting etc. using Header would cause
more work.

Cheers.


Hello folks,

Does anyone of you know any Open Source GridView Extension
that has vertical Scrollbar and fixed Header?

Tried to Google but didn't find any proper (because of Css).

It should work in IE, Firefox and Opera.

Cheers!

You can do an additional header table before the gridview as a simple
approach. The gridview could be placed in a scrolling DIV area.

<table>...<table>
<div style="width: 400px; height: 400px; overflow: auto;">
gridview
</div>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,054
Latest member
LucyCarper

Latest Threads

Top