HTML tables support drag selection which is what you want. TileList uses extended selection like in Windows with shift-click, ctrl-click etc, and keyboard selection using arrow keys, shift & ctrl.
You could probably subclass either one and implement it I suppose, but TileList already has a selection model so there should be less work to do. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Csiki Sent: Friday, October 05, 2007 1:03 PM To: [email protected] Subject: [flexcoders] Re: Selecting multiple gridItems in a Grid? In what sense, please? Also, does TileList support such of a multiple selection, using just the mouse? I'm talking about the same use case you select multiple items from your desktop, exclusively using the mouse ("defining" a rectangle by dragging it while holding the left button down, and have evey item that's inside this rectnagle being highlighted/selected). Thanks Robert --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <[EMAIL PROTECTED]> wrote: > > The Grid container does not support selection. > > The DataGrid does, but not in the HTMLTable sense. > > ________________________________

