Hi,
When enabling the multiSelect in treeGrid, by setting the 'singleSelect' property to "false",
The multi selected rows are selected on every 'Left mouse click',
instead of just by pressing the CTRL\SHIFT key + Left mouse click.
Is there any way to implement the multiSelect in that way?
We need a common multiSelect behavior:
multi rows will be selected only with CTRL\SHIFT key + Left mouse click,
and when pressing the Left mouse click (without holding CTRL\SHIFT key) on some other row - all the selections will be cleared and only the new current row will be selected.
I found an example for the required muliSelect behavior, in the following jsFiddle example:
http://jsfiddle.net/valchev/QBESY/Thanks in advance.