如果数据列太多,显示就不好看
有没有实现DataGrid的横行滚动条的文章或控件,谢了

解决方案 »

  1.   

    在web如果实现滚动条,除在在div中自己实现之外,就是使用iframe了。暂时还不知道有这样的控件,你到codeproject上看看吧
      

  2.   

    <DIV class="TA" style="OVERFLOW-Y: scroll; OVERFLOW-X: scroll; WIDTH: 600px; HEIGHT: 392px">
      

  3.   

    <div style="overflow-x:auto;width:700;overflow-y:auto;Height:100;BorderColor:Black">
    <asp:DataGrid id="DataGrid1" runat="server" Width="3600" Font-Size="15" BorderColor="Black" ShowFooter="False">]
    ......
    </asp:DataGrid>
    </div>
    最重要的就是在DataGrid外面设置div