Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Header-Row under "HeaderSpan"

    Hi there,

    is there a method in the ListGrid API to hide the Header-Row under the Headerspan (picture attached) ?

    Or is there a "good" hack to remove the row ?

    Thanks,

    Shift
    Attached Files

    #2
    im not sure, but have u tried this :

    setShowHeader(java.lang.Boolean showHeader)

    Comment


      #3
      Originally posted by jmichelgarcia
      im not sure, but have u tried this :

      setShowHeader(java.lang.Boolean showHeader)
      nope, it doesn't work setShowHeader(false) hides the <b>complete</b> header ;-(.

      Comment


        #4
        So you proably need to look around ListGridField properties. Try not specifying a title in the constructor, or take a better look in the doc.

        I can't test right now, so i can't help u more

        Comment


          #5
          Well I already tried most of the methods.

          Maybe someone from the "officials" has an idea :-)

          Thanks,

          Shift

          Comment


            #6
            Any chance to see this feature in 2.5 ?

            Cheers,

            shift

            Comment

            Working...
            X