Hi there, if you have a (generic) item renderer like this:
<mx:DataGridColumn dataField="aField" headerText="Header" editorDataField="data" editable="true" itemRenderer="myRenderer.GridField" /> And you use the same renderer on multiple fields, how then can you find out (in the GridField itemrenderer) what column is active ? thank you in advance

