Hello
Help me please. I am using TreeGrid.
I am writing
g.setSelectionAppearance(SelectionAppearance.CHECKBOX);
g.setSelectionType(SelectionStyle.SIMPLE);
And at the begining of the each row appear checkboxes.
But, i need to make some rows 'unselectable'. So i need ability to show checkboxes on some rows, and do not show on others. How can i do it?
Help me please. I am using TreeGrid.
I am writing
g.setSelectionAppearance(SelectionAppearance.CHECKBOX);
g.setSelectionType(SelectionStyle.SIMPLE);
And at the begining of the each row appear checkboxes.
But, i need to make some rows 'unselectable'. So i need ability to show checkboxes on some rows, and do not show on others. How can i do it?
Comment