Scrolling GridView with fixed Header

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jimmy B

    Scrolling GridView with fixed Header

    Hello folks,

    Does anyone of you know any Open Source GridView Extension
    that has vertical Scrollbar and fixed Header?

    Tried to Google but didn't find any proper (because of Css).

    It should work in IE, Firefox and Opera.

    Cheers!



  • Alexey Smirnov

    #2
    Re: Scrolling GridView with fixed Header

    On Feb 10, 12:50 pm, "Jimmy B" <jim...@mail.co mwrote:
    Hello folks,
    >
    Does anyone of you know any Open Source GridView Extension
    that has vertical Scrollbar and fixed Header?
    >
    Tried to Google but didn't find any proper (because of Css).
    >
    It should work in IE, Firefox and Opera.
    >
    Cheers!
    You can do an additional header table before the gridview as a simple
    approach. The gridview could be placed in a scrolling DIV area.

    <table>...<tabl e>
    <div style="width: 400px; height: 400px; overflow: auto;">
    gridview
    </div>

    Comment

    • Jimmy B

      #3
      Re: Scrolling GridView with fixed Header

      Thanks for reply.

      Yes, I have read many kind of solutions and wondered that why not to
      build Headers in own table. Of course sorting etc. using Header would cause
      more work.

      Cheers.


      "Alexey Smirnov" <alexey.smirnov @gmail.comwrote in message
      news:b1988865-db09-45b2-9b50-2b8d711809b1@e2 3g2000prf.googl egroups.com...
      On Feb 10, 12:50 pm, "Jimmy B" <jim...@mail.co mwrote:
      Hello folks,
      >
      Does anyone of you know any Open Source GridView Extension
      that has vertical Scrollbar and fixed Header?
      >
      Tried to Google but didn't find any proper (because of Css).
      >
      It should work in IE, Firefox and Opera.
      >
      Cheers!
      You can do an additional header table before the gridview as a simple
      approach. The gridview could be placed in a scrolling DIV area.

      <table>...<tabl e>
      <div style="width: 400px; height: 400px; overflow: auto;">
      gridview
      </div>


      Comment

      • =?Utf-8?B?QW5nZWw=?=

        #4
        RE: Scrolling GridView with fixed Header

        check this out


        and
        Matt Dotson's .Net Tips and Tricks



        hopes this help
        --
        aaa


        "Jimmy B" wrote:
        Hello folks,
        >
        Does anyone of you know any Open Source GridView Extension
        that has vertical Scrollbar and fixed Header?
        >
        Tried to Google but didn't find any proper (because of Css).
        >
        It should work in IE, Firefox and Opera.
        >
        Cheers!
        >
        >
        >
        >

        Comment

        Working...