如何在gridView asp.net中显示GridLines?

时间:2014-08-18 20:46:04

标签: c# asp.net gridview

如何在gridView asp.net中显示GridLines?

我的源代码

 <td class="auto-style20" colspan="3">
    <asp:GridView ID="GridViewAddBus" runat="server" AutoGenerateColumns="False" HorizontalAlign="Center" gridLines="Both" cellPadding="4" BorderWidth="1" BorderStyle="Solid" BorderColor="#666666">
    <Columns>
        <asp:BoundField DataField="SubCatID" HeaderText="Sub category ID">
        <ItemStyle Width="15%" />
        </asp:BoundField> 

我的设计仍然没有显示gridLines,它只显示外线和cellPadding似乎没有工作...在此先感谢〜 enter image description here

表的CSS文件,但它们都是注释 enter image description here

0 个答案:

没有答案