Tagged Questions

1
vote
1answer
306 views

Autogenerating columns from empty results in Silverlight

I'm doing some rapid prototyping and is trying to mock out an admin interface for a website and went with WCF RIA Services. I'm able to expose and consume the domain services from server to client, ...
1
vote
2answers
757 views

Using Mode=TwoWay and AutogenerateColumns=True in Silverlight 3 DataGrid

My List<BusinessObject> has some public properties that I want to bind to columns in a DataGrid. Unfortunately, the names of the public properties are not good and I may not even know what they ...