开发者

How to bind collection of collection to a datagrid in Silverlight 4

开发者 https://www.devze.com 2023-01-01 20:56 出处:网络
I have a collection of Departments, which has c开发者_JAVA技巧ollection of Teachers and which has collection of all the classes they teach. I was able to create a collection of collection of collectio

I have a collection of Departments, which has c开发者_JAVA技巧ollection of Teachers and which has collection of all the classes they teach. I was able to create a collection of collection of collection from the data source. Now I want to bind the data to datagrid. What I want to bind is the classes taught in the school group by teachers by department. What is the best way to do this and any pointers would be great. Thanks.,


I ended up using third party control, where they support binding collection of collection. Both Telerik and Component One grid control support binding this kind of collection.

0

精彩评论

暂无评论...
验证码 换一张
取 消