Is it this that you are asking for?
http://flexgeek.wordpress.com/2007/05/30/tutorial-using-same-itemrenderer-for-multiple-columns/

Regards,
Venkat

On Oct 5, 3:06 am, sankar swaroop <[email protected]> wrote:
> Hi,
> I used advanced datagrid with grouped columns and used same generalized
> item renderer for each grouped column. Here i want to send a particular
> column
> cell data of that particular group to that particular item renderer.
> I think u understand
>
> Thank you
>
> On Sat, Oct 3, 2009 at 9:23 AM, Vasu Reddy <[email protected]> wrote:
> > hi
> > what values u want to pass, by default custom item renderer read every
> > values of that particular row
>
> > Thanks,
> > Vasu
>
> > On Thu, Oct 1, 2009 at 4:50 PM, Varun Bajaj <[email protected]> wrote:
>
> >> 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