I have a one to many relationship between multiple tables.
Contact -> ContactPhone
Contact -> ContactAddress
Contact -> ContactDates
Etc.
I have a main form that lists a filterable list of contacts (using paging, etc). On selection of a contact, I need a gridview for each "many" table to populate. Can someone give me an example of how to set up a parent/child relationship between 2 grids using binding?
I'm using SL4, Entity Framework, RIA Services and VS2010.
Thanks for your help.
Joel
Contact -> ContactPhone
Contact -> ContactAddress
Contact -> ContactDates
Etc.
I have a main form that lists a filterable list of contacts (using paging, etc). On selection of a contact, I need a gridview for each "many" table to populate. Can someone give me an example of how to set up a parent/child relationship between 2 grids using binding?
I'm using SL4, Entity Framework, RIA Services and VS2010.
Thanks for your help.
Joel