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

Posted by Markus on Stack Overflow See other posts from Stack Overflow or by Markus
Published on 2010-03-12T08:29:20Z Indexed on 2010/03/12 9:17 UTC
Read the original article Hit count: 407

Filed under:
|
|
|
|

Hi everybody,

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

© Stack Overflow or respective owner

Related posts about flex

Related posts about datagrid