I have a kendo grid in MVC this is the declaration Html.Kendo().Grid(Model.Orders)
the object "Orders" has a list of "Details". I want to put this list in a second grid with the property ClientDetailTemplateId. demo
My question is, How I set the datasource of the template since the "Model" already has the data, in the example of the Hierarchy the datasource call an action in the controller