Title: Mercury Email Signature
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