Telerik Forums
Kendo UI for Angular Forum
1 answer
268 views

Hi,

Is it possible to use TreeView in Kendo UI Angular? We found that on JQuery but we couldn't find on Kendo UI Angular? Also, we found a npm package on https://www.npmjs.com/package/@progress/kendo-angular-treeview. Is it beta version? If you have treeview in angular, can you propose an example for it?

 

Best wishes.

Dimiter Topalov
Telerik team
 answered on 06 Dec 2017
5 answers
547 views

Hi all,

I've implemented Virtual Scrolling with Custom Binding Directive.
Unfortunately, I have an issue when converting State to query string using toDataSourceRequestString: 

if virtual scrolling requests to skip 49 records, with pageSize =100 it gets converted by toDataSourceRequestString to Page=1&pageSize=100 
and incorrect results are returned. 

Please suggest fix or workaround.

Thanks,
Yuriy  

Svet
Telerik team
 answered on 29 Nov 2017
2 answers
626 views

Hello,

I have tried the DropDownList using "valuePrimitive" like in one of your demos. But I think there is a little bug which only appears when the "valuePrimitive" is set to "true". You can reproduce this in your example: If you open the dropdown, and then leave it without choosing any of the options it is loosing the selected value.

This only happens after the initial loading of the control. If you first select a value and then open the control again, leaving it, it keeps the value correctly.

Best regards!

 

BigzampanoXXl
Top achievements
Rank 1
 answered on 28 Nov 2017
2 answers
139 views
I have bound some data in JSON format to a Bar Chart. How can I get the bound data on the click event of a bar in the bar chart.
Svet
Telerik team
 answered on 28 Nov 2017
2 answers
362 views

Hi,

 

Is it possible to make a grid with Pie charts inside? I saw nested charts page in JQuery version but I couldn't find any information about Angular. Can you explain and show example if it is possible ?

 

 

Safa
Top achievements
Rank 1
 answered on 23 Nov 2017
1 answer
108 views

Hi,

while using Kendo Sortable component, I've run into following problem:

If I use an input element inside a sortable element, I need to DOUBLE-click the input to be able to edit it. 

I found that Kendo UI for jQuery has ignore option (https://docs.telerik.com/kendo-ui/api/javascript/ui/sortable#configuration-ignore) - is there anything similar in Kengo Angular UI that I'm missing?

Thanks

Dimiter Topalov
Telerik team
 answered on 23 Nov 2017
1 answer
726 views

I am working on E2E tests via Cucumber/Selenium. How do I know when the grid has been fully populated? I cannot let the test run until I know the grid is loaded. Some grids take several seconds. A static delay is not an option. Does anybody know which event to use for this?

Using: 

Kendo UI for Angular (latest version)

Angular 5.01

 

Svet
Telerik team
 answered on 21 Nov 2017
1 answer
328 views

I'm trying to code a grid cell click event and have found two different examples I'm using. They seem to conflict regarding the parameters click event can use.

https://www.telerik.com/kendo-angular-ui/components/grid/api/CellClickEvent/

This shows these 7 parameters

public cellClick(column: any, columnIndex: number, isEdited: boolean, originalEvent: any, rowIndex: number, sender: GridComponent, type: any)

This example shows 4 parameters.

public cellClickHandler({ sender, rowIndex, columnIndex, dataItem, isEdited })

Which one is correct?

Dimiter Madjarov
Telerik team
 answered on 16 Nov 2017
2 answers
183 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
365 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
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?