954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Vertical Scroll for DataGrid control

Hi,
Does anyone know how to format a DataGrid control with fixed Height and Width values with a vertical scroll. The DataGrid columns are bound to a Dataset.

Thanks

mikefitz
Newbie Poster
20 posts since Mar 2006
Reputation Points: 10
Solved Threads: 0
 

Usually I put them inside a scrollable div ;

<div style="overflow: scroll; height: 300px">
      <asp:DataGrid ID=" ... blah ...></asp:DataGrid>
</div>
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
 

That worked just fine. Thanks!

Usually I put them inside a scrollable div ;

<div style="overflow: scroll; height: 300px">
      <asp:DataGrid ID=" ... blah ...></asp:DataGrid>
</div>
mikefitz
Newbie Poster
20 posts since Mar 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You