I'm using the trial version and have been able to create a grid in jQuery. However, when I try to use Html.Kendo in an MVC view, I'm missing an assembly refererence. Do I have access to this with the trial version? How do I get the assembly?
Thanks.
I'm trying this:
@(Html.Kendo().Grid(Model) // Bind the grid to the Model property of the view
.Name("Grid")
.Columns(columns =>
...
Thanks.
I'm trying this:
@(Html.Kendo().Grid(Model) // Bind the grid to the Model property of the view
.Name("Grid")
.Columns(columns =>
...