I am using the default TextInput itemEditor for a data grid and not
having much luck changing its style. Currently its inheriting the text
color from its parent (titleWindow) which is #ffffff.

I have tried ....
event.currentTarget.editedItemRenderer.setStyle("color","#000000");
and...
TextInput(tocDG.itemEditorInstance).setStyle("color","#000000");
and....
event.currentTarget.editedItemRenderer.styleName = "textEditor";
and ...
TextInput(tocDG.itemEditorInstance).styleName = "textEditor"
;
none of these work - what's the proper solution ??

Reply via email to