You can do multiselect by, assuming PPC, tapping and holding on a row header
and then dragging the stylus up or down. If you need to allow the user to
physically select multiple rows that are not consecutive then you will need
to extend the DataGrid to allow for this, in other words you will need to
add custom functionality to the built-in DataGrid.