Announcement

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

    Read-only TreeGrid with checkboxes

    Is there a way to make a TreeGrid with checkboxes to be read-only? What we're trying to do is have a TreeGrid just display the result of a merge between other TreeGrids--the user cannot make selections in the resulting TreeGrid.

    I tried the call TreeGrid.disable() but that disables the expanding of TreeNodes.

    Thanks!

    #2
    Just turn off selection (selectionType:none).

    Comment


      #3
      Awesome! Thank you.

      Comment

      Working...
      X