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!
I tried the call TreeGrid.disable() but that disables the expanding of TreeNodes.
Thanks!
Comment