Hi All,

Is there any possibility to put button inside <mx:DataGridColumn>
 
 I tried with following code 

<mx:DataGrid id="">
  mx:columns>
      <mx:Array>
        <mx:DataGridColumn headerText="Name" columnName="Name" />
        <mx:DataGridColumn headerText="Address" 
columnName="Address" />
       <mx:DataGridColumn columnName="active" headerText="Active" 
textAlign="center" >
               <mx:Button label="View" />
        </mx:DataGridColumn>
                
   </mx:Array>
         
    </mx:columns>
   </mx:DataGrid>

but i got error like
 Don't know how to parse 
element "http://www.macromedia.com/2003/mxml:Button";

Let me know Whether above  code is correct  or not ? if not 
how to do this..?
any help is appreciate,

thanks,
Jagadeesh










------------------------ Yahoo! Groups Sponsor --------------------~--> 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/.QUssC/izNLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to