Use List instead. Add a ButtonBar on top to make them look like columns. From: [email protected] [mailto:[email protected]] On Behalf Of João Sent: Thursday, January 22, 2009 5:12 PM To: [email protected] Subject: [flexcoders] Extending the DataGrid so it supports an editable row
Hi, it seems that currently a DataGrid only supports one itemEditor simultaneously, applied to one cell. We are currently in need to have one item editor for each cell in one line. In our application it makes complete sense that the DataGrid rows have the state "being edited", so when clicked/rollover, every cell on that row turns into a specific Flex control (combo, datefield, etc). This means that we need to extend the DataGrid and implement this feature. Apparently, it seems that the DataGrid is composed of an array of DataGridColumns, so it's not aware of rows - which complicates things. I am a bit stuck with this... can someone point me a direction? Thanks, João Saleiro -- CTO @ Webfuel Adobe Certified Expert Adobe Community Expert Co-founder of the Portuguese RIA Community

