IE8 removes background-color of header row of Asp:Gridview
- by Hitesh Riziya
I am using Asp.net 4.0 GridView control to display data from database. I have applied the inbuilt theme to GridView.
<asp:GridView ID="gv" runat="server" CellPadding="4" EmptyDataText="No records found."
ForeColor="#333333" OnRowCommand="gv_RowCommand" Width="99%" OnPageIndexChanging="gv_PageIndexChanged"
PageSize="50"…