gridview中HeaderStyle的Font-Bold

时间:2013-01-12 08:44:11

标签: c# asp.net gridview

我在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 = false的字体粗体:

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

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

1 个答案:

答案 0 :(得分:0)

我用这个:

HeaderStyle-Font-Bold="false"

没关系: - )