scrollbars in web datagrid

G

Guest

Anyone have a suggestion or example on how to add a vertical scrollbar (or similar capability) to a web data grid in an ASP?
Thanks,
Tim
 
J

John Oakes

Wrap your grid with:

<div style="OVERFLOW: auto; WIDTH: 350px; HEIGHT: 188px"></div>

Of course adjust the width and height as necessary.

-John Oakes


Tim_K said:
Anyone have a suggestion or example on how to add a vertical scrollbar (or
similar capability) to a web data grid in an ASP?
 
G

Guest

John,
Very nice.
Thanks,
Tim

John Oakes said:
Wrap your grid with:

<div style="OVERFLOW: auto; WIDTH: 350px; HEIGHT: 188px"></div>

Of course adjust the width and height as necessary.

-John Oakes



similar capability) to a web data grid in an ASP?
 
H

Henrik de Jong

Yep,

But, you won't see the headertext when you scrolls trough the data... I
think it is better to create an extra sort of header, maybe a table or
something like that... place it above the div

grtz,
Henrik
 

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

Similar Threads

Datagrid with scrollbars in firefox 1
IE scrollbars 0
Javascript scrollbars question 2
too many scrollbars 1
Web Site 1
Mandlebrot set web surfing 0
DataList Scrollbars 0
DataGrid with scrollbars 2

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top