Link to home
Start Free TrialLog in
Avatar of itstheride
itstherideFlag for United States of America

asked on

gridview scrollbars

How can I enable the vertical scrollbar for a gridview on a page where the dataset contains over 100 records. or more?
Avatar of brdrok
brdrok

you can try to wrap your gridView inside a div like.  something like this:

<DIV style="OVERFLOW: auto; WIDTH: 50%; HEIGHT: 200px; TEXT-ALIGN: left">

your gridView

</DIV>
ASKER CERTIFIED SOLUTION
Avatar of tward
tward

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial