Flex: Linebreak problem with spark.components.TextArea inside a MXDataGridItemRenderer
- by radgar
Hi, I have a DataGrid that has a MXDataGridItemRenderer applied as an itemEditor to one of the columns. The editor includes a spark.components.TextArea control.
By default, any text item editor of a datagrid closes itself when [enter] key is pressed..
Keeping this in mind; What I want to do is:
Prevent editor from closing on [SHIFT+ENTER] key…