Hi deepa,

I hope this can be done by defining custom item renderer. Hope this
sample code will be useful.

<mx:DataGrid id="dg" dataProvider="{products}" >
        <mx:columns>
          <mx:DataGridColumn>
                <mx:itemRenderer>
                    <mx:Component>
                            <mx:CheckBox label="mycheckbox" />
                    </mx:Component>
          </mx:itemRenderer>
      </mx:DataGridColumn>
  </mx:columns>
</mx:DataGrid>

P.S: You can lot of useful Flex examples from Tour De Flex which will
be very much useful for a beginner.

Cheeers,
Sandeep
-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.


Reply via email to