<div style="height: 300px; overflow: auto;"> <asp:DataGrid ....> .... </asp:DataGrid> </div> The above used to work until I migrated to VS2008. Now the scrollbar is broken(it moves but the data won't). Has something changed?
<div style="height: 300px; overflow: auto;"> <asp:DataGrid ....> .... </asp:DataGrid> </div> The above used to work until I migrated to VS2008. Now the scrollbar is broken(it moves but the data won't). Has something changed?