buttons in a datagrid in flex
        Posted  
        
            by markblue777
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by markblue777
        
        
        
        Published on 2010-05-02T21:43:16Z
        Indexed on 
            2010/05/02
            21:47 UTC
        
        
        Read the original article
        Hit count: 212
        
Hi All, i am using a data grid in flex and i am generating data from a mysql server. However, my problem is with adding a button within the datagrid so each row has one.
i have set the columns itemRenderer to mx.controls.Button although with the buttons shown in the grid there is no label on them (even though one has been set) and the assigned click event does not trigger when hitting the button. anyone have any ideas or guidance on what i am doing wrong. Thanks Mark
© Stack Overflow or respective owner