silverlight - WCF RIA Services / Linq-to-SQL: include property from foreign tables -


say have following related tables (stores -> categories -> products)

  • stores
  • categories
  • products

and want create grid edit products. straightforward ria services. if want show storename stores , categoryname categories in products list? 2 columns should readonly.

how can implemented?

update: i'm trying in it's simplest form. no viewmodel, drag'n drop, code (if any) go in codebehind. i'm using ling2sql , returning default implementation getproducts query.

regards

larsi

how have set up? binding viewmodel or using code behind? web service sending list of product linq object or doing else?

there variety of options depends on you're trying do.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -