Is there a way to prevent a user from being able to remove certain records/nodes from a TreeGrid?
TreeGrid.setCanRemoveRecords(true) applies to all records but I'd like to selectively disable that.
Thanks.
TreeGrid.setCanRemoveRecords(true) applies to all records but I'd like to selectively disable that.
Thanks.
Comment