This solution does not work with IE 8


On Aug 25, 7:37 pm, "[email protected]"
<[email protected]> wrote:
> <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.- Hide quoted text -
>
> - Show quoted text -

Reply via email to