<style type="text/css">
.gvFixedHeader
{
    position:relative;
}
 </style>
....
<asp:Panel ID="Panel1" runat="server" Height = "450px" Width="970px"
ScrollBars="Auto">
        <asp:GridView ID="gdvGrid" >
        <HeaderStyle CssClass="gvFixedHeader"  />
        </asp:GridView>
</asp:Panel>




On 25 ago, 12:38, R <[email protected]> wrote:
> Does anybody have a working example of a gridview where we can freeze
> the header and first few columns? I saw several approaches online but
> none of them works with IE 8.

Reply via email to