Hi All,

I want to add checkboxes to my DataGrid's first column.
Here is my scenorio,

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml";>
<mx:DataGrid id="dataGrid">
  <mx:columns>
        <mx:Array>
          <mx:DataGridColumn headerText="" width="23" />
          <mx:DataGridColumn headerText="Customer Name"/>
          <mx:DataGridColumn headerText="Contact Name" />  
          <mx:DataGridColumn headerText="Type" />
          <mx:DataGridColumn headerText="Details" />
        </mx:Array>      
  </mx:columns>
</mx:DataGrid>                                                  
                                                        
</mx:Application>

Can anybody tell me how to do this.

Thx,
Sandip patil





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/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