question about import Kendo.Mvc.Examples into my project

1 Answer 187 Views
Grid
Mike
Top achievements
Rank 1
Iron
Iron
Mike asked on 30 Apr 2021, 04:28 PM

Hi guys,

 

My project is aimed to record employee registration. I want to add a grid into my project.

Link: ASP.NET MVC Grid Batch editing Demo | Telerik UI for ASP.NET MVC

But I check my reference which is missing Kendo.Mvc.Examples.

In the demo project (location: C:\Program Files (x86)\Progress\Telerik UI for ASP.NET MVC R1 2021\wrappers\aspnetmvc\Examples\MVC5\Kendo.Mvc.Examples), Kendo.Mvc.Examples is in the reference (under Kendo.Mvc).

Could you tell me how to add this reference into my project? Or is there any other document can help me develop the Grid.

 

Thanks,

Mike

1 Answer, 1 is accepted

Sort by
0
Aleksandar
Telerik team
answered on 03 May 2021, 11:33 AM

 

Hello Mike,

As I replied in the other thread on the same topic - Kendo.Mvc.Examples is the name of the sample application distributed with the Telerik UI for ASP.NET MVC, that contains the demos available here. You can find further details on the sample application here:

https://docs.telerik.com/aspnet-mvc/getting-started/installation/overview#sample-application 

For example, the Grid from the above link is referencing to a Model defined in the Kendo.Mvc.Examples application:

@(Html.Kendo().Grid<Kendo.Mvc.Examples.Models.ProductViewModel>()    
    .Name("Grid")    
     ....
 )

Make sure you are referencing models from the application you have. I hope this clarifies the observed error.

Regards,
Aleksandar
Progress Telerik

Тhe web is about to get a bit better! 

The Progress Hack-For-Good Challenge has started. Learn how to enter and make the web a worthier place: https://progress-worthyweb.devpost.com.

Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Iron
Iron
Answers by
Aleksandar
Telerik team
Share this question
or