This is a migrated thread and some comments may be shown as answers.

[Solved] Consuming ViewModels

1 Answer 16 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Scott
Top achievements
Rank 1
Scott asked on 28 Feb 2012, 09:53 PM
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?

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 01 Mar 2012, 11:51 AM
Hello Scott,

In order to check what might cause the issue, could you please share the code used for the View and your Model ?
Or you can open a support ticket and send us a demo project which replicates the the described behavior, so we can investigate what is going wrong.

Kind regards,
Petur Subev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
Tags
Grid
Asked by
Scott
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or