Sure, this should not be difficult.  Have your renderer do its own
updating of the dataProvider item, and don't attempt to use the
renderIsEditor or other built in item editor functionality.  The
renderer gets a reference to the entire item, so it can manipulate that
data however you want.

 

I also recall a document topic about returning multiple values from a
renderer, that might be useful.

 

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rick Schmitty
Sent: Wednesday, December 05, 2007 2:43 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Datagrid ItemEditor - multiple data edits?

 

Is it possible for an ItemEditor in a datagrid (or some other way) to
allow you to edit 2 or more things at once? Like say instead of a
combo box dropdown for a cell in a datagrid, could you have an item
editor that is like a mini form update multiple data objects in that
row's data that may not be displayed in the datagrids view

Or Flex3 advanced datagrid something I should look into? Or this will
have to be completely custom and kinda 'fake' this behavior

 

Reply via email to