0

我在 asp.net 中将此代码用于 gridview 格式:

<FooterStyle BackColor="Tan" />
<HeaderStyle BackColor="Tan" Font-Bold="False" Font-Size="11px" />
<PagerStyle BackColor="PaleGoldenrod" ForeColor="DarkSlateBlue" 
    HorizontalAlign="Center" />
<SelectedRowStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" />
<SortedAscendingCellStyle BackColor="#FAFAE7" />
<SortedAscendingHeaderStyle BackColor="#DAC09E" />
<SortedDescendingCellStyle BackColor="#E1DB9C" />
<SortedDescendingHeaderStyle BackColor="#C2A47B" />

我想要 HeaderStyle 的 Font-Bold = false:

<HeaderStyle BackColor="Tan" Font-Bold="False" Font-Size="11px" />

但它在浏览器中不是假的,并且 HeaderStyle 中的显示字体是粗体,

4

1 回答 1

0

我用这个:

HeaderStyle-Font-Bold="false"

没关系 :-)

于 2013-01-12T09:09:47.647 回答