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
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
2 matches
Mail list logo