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 <friendsva...@gmail.com> 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 <vb.j...@gmail.com> 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 <sankaras...@gmail.com> 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 flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to