Use labelFunction
private function myLabelFunction(item:Object, coll:DataGridColumn ):String{
return item.firstName + " " + item.lastName;
}
<mx:DataGridColumn labelFunction= "myLabelFunction" />
hope this show you some light.
Thanks and Regards
On Thu, Aug 26, 2010 at 11:38 AM, lakshminarayan k <[email protected]>wrote:
> HI ALL
> =====
> Am facing probelm using datagrid! i have first name , last name , Adress in
> datagrid .i want merge as single first name lastname how its possible in
> datagrid plz helpme?
>
>
> thanks & regards
> l...@ks
>
> --
> 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.