I want to give the user an easy way of selecting a range of values in my Grid. If I have, say, 20 items in my Grid, and the user highlights 4-11,18 and 20 I want to get that list of Rows so I can process them. I'm looking through the API's and I'm not seeing anything. I know I'm missing something simple.
Help? 