Hi,
I have the following problem (AS2):
I use cellRenderer to put a TextArea component in DataGrid component. Everything works perfectly except one thing:
When you click into the textArea you edit it, that’s ok but then you can’t click out of it. The only way is to click only another row/item in the datagrid.
I would like to make it when I click no matter where on the stage to loose focus on the TextArea component. Not the dataGrid row, just the TextArea component, but it this case… both will be great for me
I’ve tried to set a mouse listener onMouseUp and tried to Selection.setFocus(null) but the problem is that when you focus the TextArea and you click outside with this mouse listener, right after that row somehow it refocuses the TextArea…
I really hope someone will more experience in working with components can help me out please.
I need this baddly for work, so any help will be appreciated greatly !!!
Thanks in advance!