Hi,
I have List<Class> Classes, and List<Student> Students in each Class. I would like to show classes in different columns and students in different rows like the table below. Is it possible to do it by binding Classes to ItemsSource of RadGridView and make the items list horizontally?
Class 1 Class 2 Class 3 Class 4
Andy Barry Cathy Darren
Eric Frank Gary Helen
Iris Jason Kyle Leon
Mary Neil Oscar Peter
Thanks,
David