Hi everyone
I am new in Kendo UI, so I have been following the these tutorials on the website of telerik to set up a basic grid.
http://www.telerik.com/kendo-angular-ui/components/grid/
http://www.telerik.com/kendo-angular-ui/components/grid/data-binding/
So the first thing I do clearly is install the nugets of this repositories:
npm install --save @progress/kendo-angular-grid @progress/kendo-angular-dropdowns @progress/kendo-angular-inputs @progress/kendo-angular-dateinputs @progress/kendo-data-query @progress/kendo-angular-intl @progress/kendo-angular-l10n @progress/kendo-drawing @progress/kendo-angular-excel-export @angular/animations
Once I got installed this, my project start to get errors, but anyway I keep adding the imports to the project and the rest of things indicated in the tutorial, without a good result at the end when I run my project.
Can someone help me to get started? I would appreciate any help and thanks in advance.
The telerik code is in the next routes:
SolucionCore2\Core2.WebApi\ClientApp\app\app.module.shared.ts
SolucionCore2\Core2.WebApi\ClientApp\app\main.ts
SolucionCore2\Core2.WebApi\ClientApp\app\components\fetchdata
You can download the project in this link: Download project
Kind Regards