Announcement

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

    ListGrid header click

    Hello,
    I need handle header click in ListGrid. This forum describe how do it in smart client js:

    http://forums.smartclient.com/showth...aderProperties

    How can I do it in smartGWT.

    Thanks.

    Pavel Navrkal

    #2
    There's a new headerClick() API in 7.0 beta, but it was unfortunately omitted from the docs by a typo (now corrected) and hence omitted from SmartGWT. Expect it in an upcoming nightly.

    Comment


      #3
      Probably best to create create an issue here http://code.google.com/p/smartgwt/issues/list for confirmed issues / limitations so that it doesn't get lost.

      Thanks,
      Sanjiv
      Last edited by sjivan; 2 Dec 2008, 20:13.

      Comment


        #4
        Hi Sanjiv,

        Are there any updates concerning the status of this bug?

        If it's not planned to be fixed soon, is there a workaround you would recommend?

        Thanks,

        Dogan

        Comment


          #5
          Any updates?

          Overriding headerClick() in a class that extends ListGrid doesn't seem to do the trick.

          Dogan

          Comment


            #6
            I tried the same, but the overridden method is not getting called.

            Hi,

            I also tried overriding headerClick, but when i click on the header, my method isn't getting called.

            Please help if you know what the reason might be.

            Thanks,
            Nicole

            Comment


              #7
              ListGrid.addHeaderClickHandler is now in SVN.

              Sanjiv

              Comment

              Working...
              X