FYI The final word on this from MM:
Unlike most other objects, DataGridColumns don't implement the feature of event emission. --- In [email protected], "mrmcfeely8" <[EMAIL PROTECTED]> wrote: > Comments inline > > --- In [email protected], "alex_harui" <[EMAIL PROTECTED]> wrote: > > The DataGrid is comprised of a vertically placed set of DataGridRows > > each of which are made up of cellrenderers one for each DataGridColumn. > > A DataGridColumn is only a data structure and has no UI and therefore > > cannot emit events. > > Not necessarily true... nonvisual components can emit events if > they're initialized with mx.events.EventDispatcher. > http://tinyurl.com/c7laq > > Theoretically, I should be able to do this with an object that extends > DataGridColumn. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

