Hello,
In my project I have a GridControl in which multiple rows should be selected.
When I make use of the SelectionMode="Row", this works as expected with selecting multiple rows CTRL click to select one by one or SHIFT click to select an range.
However I would also like to use the user-friendlyness of the SelectionMode="Row" which removes the need of holding CTRL, but still gives you the SHIFT click functionality, this however does not work.
Is there any reasoning behind this or is this a bug?