Re: [flexcoders] I know that if you want to communicate with the main application from within the

2008-03-27 Thread Aaron Miller
That is not the correct use of an item editor. Instead, you should set the DataGridColumn.editorDataField property and listen for the itemEditEnd event. In your item renderer, you would then create a public getter method by the same name as the editorDataField to retrieve cbItemRenderer.getSelected

[flexcoders] I know that if you want to communicate with the main application from within the

2008-03-27 Thread jeffreyr6915
I know that if you want to communicate with the main application from within the itemRenderer component, you have to use "outerDocument" first...Example: My question is: ---How do you communicate with an itemRenderer from within the main application? It seems like the main app does not