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

2007-04-17 Thread Christian Chua
Alex,

Thanks for your advice.

Any chance you can point me to a website with .mxml files that implement this 
idea ?

Thanks,
Christian



  - Original Message - 
  From: Alex Harui 
  To: flexcoders@yahoogroups.com 
  Sent: Monday, April 16, 2007 5:51 PM
  Subject: RE: [flexcoders] 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:[EMAIL PROTECTED] On Behalf Of 
Christian Chua
  Sent: Monday, April 16, 2007 4:20 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Datagrid selection enabled only on first column


  Hello.

  Is there a way to tell the DataGrid component to trigger selection only on 
  the first column ?
  The default behavior is that clicking anywhere on the row selects the row.

  Thanks,
  Christian 



   

[flexcoders] Datagrid selection enabled only on first column

2007-04-16 Thread Christian Chua
Hello.

Is there a way to tell the DataGrid component to trigger selection only on 
the first column ?
The default behavior is that clicking anywhere on the row selects the row.

Thanks,
Christian