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

Html.Kendo Helper Error

1 Answer 109 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 21 Mar 2014, 04:55 PM
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 =>

      ...

1 Answer, 1 is accepted

Sort by
0
Accepted
Sebastian
Telerik team
answered on 24 Mar 2014, 08:54 AM
Hello Scott,

The trial version of UI for ASP.NET MVC is fully functional and bound to the trial licensing terms in the official EULA shipped with it.

For your case I suggest you use the predefined boilerplate for Telerik UI for ASP.NET MVC projects via the VS New Project Wizard. Alternatively, you can use the manual configuration options depicted in this help topic.

Regards,
Sebastian
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
Tags
General Discussions
Asked by
Scott
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or