Re: [flexcoders] Datagrid selection enabled only on first column

2007-04-17 Thread Christian Chua
] Datagrid selection enabled only on first column There is no flag or option. You can subclass, override mouseDownHandler and bail out if something you don't like got pressed. -- From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Datagrid selection enabled only on first column

2007-04-17 Thread Alex Harui
PROTECTED] On Behalf Of Christian Chua Sent: Monday, April 16, 2007 6:02 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Datagrid selection enabled only on first column Alex, Thanks for your advice. Any chance you can point me to a website with .mxml files that implement this idea

RE: [flexcoders] Datagrid selection enabled only on first column

2007-04-16 Thread Alex Harui
There is no flag or option. You can subclass, override mouseDownHandler and bail out if something you don't like got pressed. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christian Chua Sent: Monday, April 16, 2007 4:20 PM To: