Announcement

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

    TreeGrid.setCascadeSelection

    Per the documentation for TreeGrid.setCascadeSelection:
    "Should children be selected when parent is selected? And should parent be selected when any child is selected? "

    What should I use if I only want the children to be selected when parent is selected, but not the parent to be selected when the child is selected?

    Thanks

    #2
    You would need to turn off the framework feature for cascadingSelection and write your own logic to set nodes selected based on actions on other nodes.

    Comment

    Working...
    X