Announcement

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

    setCanSelectAll does not work in a TreeGrid

    Hi all,

    The select all checkbox in the header does not work for a TreeGrid (does not show the select all checkbox in the header).

    As an example, takw the code in:
    http://www.smartclient.com/smartgwt/showcase/#tree_checkbox
    and add employeeTreeGrid.setCanSelectAll(true);

    Thanks,
    Vittorio

    =========== ENVIRONMENT DETAILS ===========

    smartgwt.version:4.1.d20130712
    SmartClient Version: SNAPSHOT_v9.1d_2013-07-12/PowerEdition Deployment (built 2013-07-12)

    Firefox 24.0

    #2
    This feature is not supported for TreeGrid.

    Comment


      #3
      Originally posted by Isomorphic View Post
      This feature is not supported for TreeGrid.
      I understand. Then you might want to override the inherited method specifying that, possibly throwing an UnsupportedOperationException.

      Thanks,
      Vittorio

      Comment


        #4
        Good idea. We added an override for this.

        Comment

        Working...
        X