Title: Mercury Email Signature

Have you tried setting the columnName property on the DataGridColumn?

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Shlomi Cohen
Sent: Sunday, May 08, 2005 7:15 AM
To: 'flexcoders@yahoogroups.com'
Subject: [flexcoders] DatagridColumn binding to a webservice result

 

Hi

 

How is it possible to bind a property of a "child object" to a datagrid column.

 

for example

 

lets say a webservice result is an array of Employee which has a member named Contact which has a property "email".

how can i make the email be displayed along with the name. ?

 

here are the classes

 

public class ContactInfo{

   

   private String email ;

 

   public String getEmail(){

       

    }

   

 

}

 

public class Employee {

 

    Contact contact;

 

}

 

 

 


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________



Yahoo! Groups Links

Reply via email to