a code snippet probably it could help you =

 <mx:DataGridColumn dataField="@isSelected" width="25"
                                       headerText=" " editable="false"
                                       textAlign="center"
                                       >
                        <mx:itemRenderer>
                            <mx:Component>
                                <mx:CheckBox selected="{(da...@isselected ==
'true')?true:false}"
                                             click="{
                                                     da...@isselected =
(da...@isselected != 'true')
                                                    ? 'true'
                                                    : 'false';
                                                }"
                                             horizontalCenter="0"
                                    />
                            </mx:Component>
                        </mx:itemRenderer>
                    </mx:DataGridColumn>

On Thu, Oct 1, 2009 at 12:59 PM, shankar <[email protected]> wrote:

>
> Hi friends,
>
> I have a doubt. How can we pass arguments to datagrid itemrenderer
>
> Thank you.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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