This question is locked. New answers and comments are not allowed.
My model is an IEnumerable which I would like to bind to a telerik mvc grid. Additionally the grid should auto-generate the columns and display everything from my dynamic object.
I found several posts on the telerik forum regarding this topic, like here: http://www.telerik.com/community/forums/aspnet-mvc/general/dynamically-generate-grid-columns.aspx
Unfortunately the result is the same: the grid displays the number of total rows in the footer but no rows are shown. I attached a sample project.
Any ideas?