Is it possible to interact with the MSHLFlexGrid via the API such as follows:

For some reason, the flexgrid does not allow making multiple, non-contiguous selections using the CTRL key such as most Window's apps do.. It only allows for a range selection using the shift key.

Is it possible to accomplish this functionality via the API somehow? What I'm trying to accomplish is to allow the user to make multiple, non-contigous selections using the CTRL key and every item that the user clicks on, the code would store the item number in a variable. So that when the customer is done making the selections and presses the Command button, the code behind the Command button would loop through and process each item that the user selected..

any help or guidance would be appreciated..

Dan