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.
精彩评论