The Grid container does not support selection. The DataGrid does, but not in the HTMLTable sense.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of darenbell Sent: Tuesday, September 04, 2007 10:10 AM To: [email protected] Subject: [flexcoders] Selecting multiple gridItems in a Grid? I have a very simple Grid that I've created, and my users would like the capability to drag the mouse over the Grid and copy the contents (much like you can do with an HTML table). Is there any way to do this? As of right now, I can only select a single gridItem at a time. If it makes a difference, the items are parents to Text objects, so the whole Grid/table is simply text. Thanks!

