Headerstyle's borderstyle not working in datagrid.

  • Thread starter Thread starter archana
  • Start date Start date
A

archana

Hi all,
i am having one datagrid in which i am displaying contentn of one
table.

i want to set borderstyle property of headerstyle to double.

I tried setting it to double but it is not applying double as
borderstyle for header.

can anyone tell me why this is happeing?

Ay help will be truely appreciated

thanks in advance.
 
Can you post a quick example? Something I can try out in Visual Studio? Just
give me the ASPX markup...
 
Hi,

thanks for your reply,

see my code is as below

<asp:datagrid id="mydatagrid" runat="server" CellPadding="3"
BorderColor="Blue" AutoGenerateColumns="False">
<HeaderStyle Font-Italic="True" BorderStyle="Double"
Width="230px" BackColor="LightGray"></HeaderStyle>

here i am expecting that column header should have borderstyle as
double which is not happening?

can u tell me reason behind this.

thanks in advance.
 
Back
Top