Multi select rows with mouse + keyboard

Hello
I used the TDBGrid in my projects and used the basic multi select functions with the classic 'Shift + click' or 'ctrl + clic' on rows to select a range of rows.
Now I want to use TDBAdvGrid but I really don't see this function and the ADOSelection example use checkBoxes for it.
My config. is : D7 + the  TDBAdvGrid  2.3.0.10 in  TMS Component Pack v6.0.4.0

Any Idea ?

Set grid.PageMode = false,  then you can use the disjunct row selection features (enabled with grid.MouseActions.DisjunctRowSelection = true)


Thank you Bruno !