How to change datagrid cell's itemRenderer dynamically
        Posted  
        
            by Shubham Goyal
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Shubham Goyal
        
        
        
        Published on 2010-03-20T11:13:16Z
        Indexed on 
            2010/03/20
            11:21 UTC
        
        
        Read the original article
        Hit count: 437
        
adobe-flex-3
|flex
i have a simple datagrid having 2 columns named as image and place. where image column has mx.controls.Image itemRenderer and place is simple. my requirement is to change itemRenderer of image cell when it will be clicked. i means to say when user click on any image from image column than i want to show that image path in editable mode and when user edit that path then the selected cell will start displayed the updated image.
i dont know how to do this and getting depressed . please anyone help me ! :(
© Stack Overflow or respective owner