flex: entering itemEditor when no value is assigned to data property in custom itemRenderer
- by Markus
Hi there,
Im having a strange problem with my custom itemRenderer in the following Methode I assign the values to the cell. The problem is, when the side.element is still empty. In this case the itemEditor will not show up by default...
override public function set data(side:Object):void{
super.data = side.element.toString();
…