The use case is the following:
I have a table with a master column in which I display a tree. The table is bound to a dataSource with a recursive node.
I'd like to implement multiple selection for the rows of this table, but it doesn't work (even when making context node's selection 0..n).
Is there any work-around for solving this problem?