Questions tagged [kendo-angular-ui]

Kendo UI for Angular are the UI Components expertly-engineered, enterprise-ready for Angular 2

Kendo Angular UI Official Web-page

Kendo UI for Angular are the UI Components expertly-engineered, enterprise-ready for Angular 2

83 questions
1
vote
0 answers

Popup Setting is not working in

I have a very straight forward kendo-editor code like the one below
1
vote
0 answers

Angular Kendo Charts horizontal scrollbar

I would like to add a horizontal scrollbar so that I can clearly view all the graph data. for example: if I had all 12 months of the year I would like to see those of 2019 and then with the scroll bar go to 2020 and 2021. through the parameter that…
1
vote
1 answer

Kendo-dropdown unit test in angular with Jasmine

I am trying to use Jasmine/Karma to run integration test on my angular application. We are predominantly using the kendo controls in the application. When writing a test suite to test the kendo drop down component where I am unable to get the…
1
vote
0 answers

Using Kendo popup Angular with anchor

I am trying to use kendo-popup with the input anchor but it doesn't work for me properly. I want from app.component.html to have:
RoG
  • 411
  • 4
  • 20
1
vote
0 answers

Kendo UI in Angular progress bar progressing not working in popup

I'm trying to upload a file using Kendo UI in angular. Everything is working fine except progress bar. It always showing zero while upload processing. I'm using Kedno UI upload in popup. Here is my parent component parent.component.html
dhamo dharan
  • 712
  • 1
  • 10
  • 25
1
vote
2 answers

Can't bind to 'xxx' since it isn't a known property of 'tag yyy' kendo angular dropdown

I'm developing angular 8 app with Kendo UI. So, I have this dropdown with custom template:
A. Gladkiy
  • 3,134
  • 5
  • 38
  • 82
1
vote
0 answers

how to get kendo generated node list in kendo-treeview

In the kendo tree view using angular, how to get a list with their respective item detail in .ts file after rendering the kendo tree view component. required list as below ["0","0_1","0_2","0_1_1"]
1
vote
2 answers

How to make default time selection in kendo-time-picker

I'm using kendo-time-picker in my angular js project. The dropdown default is blank. But, when i open the dropdown it should show 8:00 AM as a first time. How can i achieve that. Below is my code snippet.
1
vote
1 answer

How to include a tree view in drop down in kendo angular UI

I need a dropdown tree in kendo angular UI, it should look like, This control is available in kendo UI for Jquery, but not in kendo angular. How to customise it, any idea?
Sparrow
  • 355
  • 4
  • 19
1
vote
1 answer

Kendo UI for Angular Pie Charts is not responsive with ChangeDetectionStrategy.OnPush

I have created a new component that should show a pie chart inside any place that I place that component, the problem is even with simple component, the pie chart stays as the size of the first render, I got this issue after I changed…
1
vote
0 answers

Kendo angular grid handle errors

I am trying to use Kendo ui angular grid (in cell editing), but I want to know if there is a way to handle error from server side that occurs when editing data?
kar mac
  • 128
  • 2
  • 3
  • 13
1
vote
2 answers

Set interval in kendo-timepicker

I use kendo-timepicker with angular 5. I need to set the time interval dynamically based on the value chosen in the drop down. By default, interval is set to 1 minute. If I select 15 minutes in the drop down, then kendo-timepicker interval should be…
Yuvaranjani
  • 300
  • 2
  • 12
1
vote
2 answers

Passing Kendo Angular grid column templates to a parent component hosting the grid

I've asked this question on the Telerik Kendo Angular UI forum, and will update both locations should I get an answer, but this problem could potentially be due to my limited Angular knowledge instead of Kendo functionality. My aim is to have one…
tomfumb
  • 3,669
  • 3
  • 34
  • 50
1
vote
1 answer

Why does node_modules folder become corrupt upon Visual Studio publish AspNetCore2 project?

I have been developing an AspNetCore project using Kendo, Angular5, and AspNet Mvc. Everything has been going fine during development but I am running into a weird circumstance where when I try to publish my project is breaking. Next is my…
jwize
  • 4,230
  • 1
  • 33
  • 51
1
vote
0 answers

Using kendo-angular messages along with ngx-translate?

I have an angular 5 app using kendo charts. I have used ngx-translate for I18N support. Question is, how do i translate messages in kendo components? I installed the npm package: @progress/kendo-angular-messages. What is the step to set the…
user2439903
  • 1,277
  • 2
  • 34
  • 68