Hi,
I have created an itemRenderer for the datagrid. I have lots of properties
in the itemRenderer that can be set at rumtime by the user. How to set those
properties in my itemRenderer.This is what I did: lineChartColumn.itemRenderer = new ClassFactory(gridItemRenderer); Now in "gridItemRenderer.as" I have properties to set e.g. colors. So if user changes the properties how can i set those properties in "gridItemRenderer.as" ?
