apache-flexdatagridoverridingsetitemeditor

flex: cant edit item in Datagrid with override set data method


I've a custom itemRenderer for my datagrid. To set the actual data I use the following method:

override public function set data(side:Object):void{
   ...
}

As soon as I use this function the cell doesn't show up any item Editor anymore. Why is that? When I remove this function the itemEditor is working but with the wrong initialization data...

What's the proper way to handle this?

Thanks, Markus


Solution

  • Have u called 'Super' on that method ?