Announcement

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

    TreeGrid node/folder CheckBox Status

    Is there any way to get the TreeGrid node checkbox status ? including checked, unchecked, patially checked.

    #2
    There are two getSelection() API inherited from the superclass - you can pass a boolean for whether partially selected nodes are returned.

    Comment


      #3
      There's also the inherited method isPartiallySelected().

      Comment

      Working...
      X