473,395 Members | 1,653 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Scrolling GridView with fixed Header

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!

Feb 10 '08 #1
3 24797
On Feb 10, 12:50*pm, "Jimmy B" <jim...@mail.comwrote:
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>
Feb 10 '08 #2
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.
"Alexey Smirnov" <al************@gmail.comwrote in message
news:b1**********************************@e23g2000 prf.googlegroups.com...
On Feb 10, 12:50 pm, "Jimmy B" <jim...@mail.comwrote:
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>
Feb 10 '08 #3
check this out

http://www.codeguru.com/columns/vb/article.php/c14209/
and
Matt Dotson's .Net Tips and Tricks

http://blogs.msdn.com/mattdotson/arc...p-net-2-0.aspx

hopes this help
--
aaa
"Jimmy B" wrote:
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!

Feb 10 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Mel | last post by:
Scrollable table widget with fixed header is there such thing ? thanks, Mel
17
by: Matt Kruse | last post by:
I'm looking for the best JS/CSS solution to add functionality to tables. The only browser which needs to be supported is IE5.5+, but no activeX can be used. to be able to do: - Fixed header row...
0
by: kurt sune | last post by:
I want to create fixed header, left column and footer with CSS only. (since masterpages isnt here yet) Like in this link: http://www.pmob.co.uk/temp/2colfixedtest_4.htm However I am not...
1
by: Joe Dunleavy | last post by:
Hi Guys, Hopefully some one will have come across this issue already. I have a DataGrid inside a Div where a scroll bar displays once a certain height is meet --> <div id="dvSales"...
2
by: MrCode2k | last post by:
Hello, Trying to do: I just want a table that I can scroll and that has fixed headers. Problem: I got it to work but when I added the onmouseover event it didn't work anymore....
1
by: batista | last post by:
Hi there, I'm developing a website that is in 2 languages english and arabic. Now I wanted to have fixed header scrollable datagrid. For scrolling i found a solution which works fine. But for...
0
by: batista | last post by:
Hi there, I'm developing a website that is in 2 languages english and arabic. Now I wanted to have fixed header scrollable datagrid. For scrolling i found a solution which works fine. But...
2
by: binilprasad | last post by:
Hi Am working in project where i have to display a table with fixed header and the body is scrollable.I done this creating two tables and placing them inside a div. I set the top property of...
1
by: mb | last post by:
I know this sounds strange, but I have set up a dataview with a fixed header, so the header does not scroll up with the rows of data. However, I need the header to scroll horizontally (not...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.