My application of a database requires developing super/subclass tables and relationships using SQL Server. For the superclass table, it is very easy to use RadGrid to develop both the structure and potential hierarchy relationships between each row in the table. However, I find it necessary to be able to display for each row in a superclass table unqiue data which belongs to the corresponding subclass. This requirement extends not only to the display of the data but also inserts and updates of the record. While RadGrid supports most of my requirements, how would one build such a RadGrid display using these requirements? I know I can use Templates to display data not shown in the RadGrid, such as from the CardView example, but what if there are 10 different subclass tables and each has unique structures and display?