Our app pre-selects some default nodes using TreeGrid.selectRecords(Record[]), which works fine to select the nodes. However, we'd like those nodes not only to be checked but also disabled so that the user cannot unselect them.
I tried calling TreeNode.setEnabled(false) after the TreeGrid.selectRecords call but the appearance of the node is disabled with the checkbox not selected.
Any tips would be appreciated. Thanks!
I tried calling TreeNode.setEnabled(false) after the TreeGrid.selectRecords call but the appearance of the node is disabled with the checkbox not selected.
Any tips would be appreciated. Thanks!