Telerik Forums
Kendo UI for Angular Forum
2 answers
169 views

Hi Folks, 

I am using Kendo UI for Angular in a asp.net core 2 application. I am getting the following error for all the kendo components:

Object doesn't support property or method 'setProperty'

I also downloaded the sample project for asp.net core from git hub. But that also fails to run with the following error:

Exception: Call to Node module failed with error: Error: Can't resolve all parameters for HttpXsrfCookieExtractor: (?, [object Object], [object Object]).
at syntaxError (C:\Users\gursin\Downloads\kendo-angular-universal-demo-master1\kendo-angular-universal-demo-master\aspnet_core_sample_application\ClientApp\dist\vendor.js:36978:34)

I have followed the instructions mentioned in the following article:

https://www.telerik.com/kendo-angular-ui/components/installation/dotnet-core/

https://www.telerik.com/blogs/cooking-with-aspnet-core-and-angular-2

Would appreciate some help on this. 

Thanks

Gurpreet Singh

Gurpreet
Top achievements
Rank 1
 answered on 14 Nov 2017
2 answers
333 views

The grid cell is showing name's as names &#39s in the vies in the cell. Looking for this issue to fix.

<template kendoGridCellTemplate let-dataItem let-rowIndex="rowIndex" >
<span *ngIf="column !== 'Percentage'">
<span style="color:#3b73af;cursor:pointer">
<span [class.twoDimGrid]="column === header">
<span (click)="rowItemClick(dataItem, column)">
{{dataItem[column]}}
</span>
</span>
</span>
</span>

where to add code to fix this issue.

 

Dimiter Topalov
Telerik team
 answered on 25 Oct 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?