Use itemrenderers .

for ex:

 <mx:DataGrid dataProvider="{urDataProvider}" width="400">
            <mx:columns>
                <mx:DataGridColumn headerText="urHeaderText"
dataField="urDataField">
                    <mx:itemRenderer>
                        <mx:Component>
                            <mx:CheckBox click="urFunction()" />
                        </mx:Component>
                    </mx:itemRenderer>
                </mx:DataGridColumn>
            </mx:columns>
        </mx:DataGrid>







On Mon, Dec 27, 2010 at 9:29 PM, Raj <[email protected]> wrote:

> I am showing my all data information on grid view and now I want to
> select check box for delete ,edit and also select multiple data at a
> time please help me
>
> --
> 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]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

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