Hello,
I am calling TreeGrid.setSelectionType(SelectionStyle.SINGLE);
but still my TreeGrid is able to select multiple TreeNodes (like SelectionStyle.MULTIPLE)
Am I doing something wrong?
I am calling TreeGrid.setSelectionType(SelectionStyle.SINGLE);
but still my TreeGrid is able to select multiple TreeNodes (like SelectionStyle.MULTIPLE)
Am I doing something wrong?
Comment