Telerik MVC Grid won't load data into details table (subtable)
- by henriksen
I have a list of Plants and assosiated Projects. I want to output this in a table with all the Plants and use Telerik.Grid to expand a Plant, show a Telerik.Grid with associated Projects. I want the Projects to be dynamically loaded with Ajax.
The code for the grid:
@(Html.Telerik().Grid<PlantDto>()
.Name("Plants")
.Columns(columns…