【发布时间】:2011-11-15 21:16:33
【问题描述】:
如何在 DataGrid 中设置网格线的颜色和宽度,在我的 DataGrid 中,我无法显示网格线或行线。
<asp:DataGrid ID="OpenGrid" runat="server" PageSize="10" AllowPaging="True" DataKeyField="InvoiceID"
AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333" GridLines="Both"
Width="65%" BorderWidth="1px">
【问题讨论】: