Is it possible to modify the behavior of the DataGrid so that user can make multiple selections without holding down the CNTL key?
I'm converting an Ajax app to Flex, and the HTML component I am replacing does not require the holding down of the control key to make multiple selections. It's not intuitive to force the user to hold down the CNTL key to make multiple selections, specially when you are coming from a HTML web app. Or should I be using another component? Frank

