Flex provides a mechanism that we can use a itemRenderer as ItemEditor as well, by setting the rendererIsEditor property of the data Grid, list etc components. We can use any of built-in component
which implement IDropInListItemRenderer interface as ItemRenderer as well as ItemEditor. Suppose if we want to create our custom/ own component which can be used as Itemrenderer and Itemeditor, then we need to work little bit. In this post we are going to create a custom component which can be used as item renderer and item editor.
Continue reading ‘Creating a component which can be used as Renderer and Editor’