This question is locked. New answers and comments are not allowed.
In my current project I am using the Telerik MVC grid and attempting to display heirarchial data with five (4) levels. I have a ViewModel called 'DonorHistoryVM' which includes the following view model classes; Donor, Units, Components, ComponentStatuses. Data is returned from the database to fill each view model and then the DonorHistoryVM is passed up to the partial view where the grid resides. I am able currently to display data only in the first two levels of the grid. I receive 'No Data To Display' message when I expand the Units to see Components. If each individual view model that makes up DonorHistoryVM contains the key that links each level together, why won't this work?