Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / February 2008

Tip: Looking for answers? Try searching our database.

Scrolling GridView with fixed Header

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jimmy B - 10 Feb 2008 11:43 GMT
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!
Alexey Smirnov - 10 Feb 2008 12:06 GMT
> Hello folks,
>
[quoted text clipped - 6 lines]
>
> 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>
Jimmy B - 10 Feb 2008 12:21 GMT
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.

On Feb 10, 12:50 pm, "Jimmy B" <jim...@mail.com> wrote:
> Hello folks,
>
[quoted text clipped - 6 lines]
>
> 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>
Angel - 10 Feb 2008 12:37 GMT
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/archive/2006/03/02/real-world-gridview-excel-li
ke-frozen-headers-for-asp-net-2-0.aspx


hopes this help
Signature

aaa

> Hello folks,
>
[quoted text clipped - 6 lines]
>
> Cheers!

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.