Is it possible to use the renderer for the tree columns in the advanced data grid and still maintain the hierarchical functionality? If I use the renderer provider, I lose the arrow of the tree dro
Tag: ItemRenderer
Flex – ItemRenderer Dispatch Custom Event
I am trying to dispatch a custom event from a custom ItemRenderer
This is my custom event
package events
{
import customClass.Product;
import flash.events.Event;
public class CopyPro
Flex – ItemRenderer in DataGrid
I have a data grid with a checkbox item renderer in the cloumn, allowing row selection:
Main application:
</mx:columns>
Item renderer:
<-- RowCheckbox -->
Flex – Calling the parent function from ItemRenderer
I want to call a parent function named “edit_groups()” from itemRenderer.
The code of my itemRenderer is:
I call my itemRenderer from an application:
list_groups_modify.itemRenderer=ne