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
0
votes
0 answers

issue with import angular and kendo

I am keep getting errors like, with red underline below import { ViewChild, ViewContainerRef } from '@angular/core'; import { Component, OnInit } from '@angular/core'; Cannot find module '@angular/core'. Cannot find module 'rxjs'。。。 However, this…
AshH
  • 39
  • 7
0
votes
1 answer

Kendo Angular Grid: Reactive forms value is empty

I'm currently building an editable grid based on the Kendo Angular Grid component. I'm also using Reactive Forms to provide the form data to the Grid, as shown in this example. Actually, my code is not quite the same as in the example, as I can't…
Atlasmaybe
  • 1,511
  • 11
  • 26
0
votes
1 answer

How to get rounded corners for pop up in kendo ui for dropdown list

how to get rounded corners in the popup of the dropdown list?

T-shirt size:

0
votes
1 answer

How to create and pass unique template reference variable in Angular?

I have a scenario where i need to add kendo-popup to every element in my array, the problem is kendo-popup takes "anchor(parent)" as input to display the popup. Below is sample code.
mulla.azzi
  • 2,676
  • 4
  • 18
  • 25
0
votes
1 answer

Kendo Datepicker - Append Month to Year in Navigation Pane

I want to Append month to year (2020) in Kendo Datepicker on left navigation pane. So the final output should be Jan-2020. This is in Angular project.
0
votes
1 answer

Does kendo angular provides heat map chart?

Does kendo provide any way to implement heat map chart similar to highcharts heat map chart?( Highcharts heatmap demo example)
prasad07
  • 201
  • 1
  • 5
0
votes
1 answer

Kendo for Angular - Grid: two rows for each data item

Is it possible to render two rows for each data item in the kendo grid for Angular? The grid is very narrow and we need to have a textual description for each data item which has no space in a extra column. Example: …
Sebastian S.
  • 1,173
  • 3
  • 13
  • 22
0
votes
1 answer

IVY Error while compiling Angular v8 project with Kendo

I updated my project Angular version from v7 to v8. Kendo libraries are used in my project. When I enabled Ivy for compilation, I am getting following error. package.json { "name": "portal", "version": "2.0.0", "author": "XXXx", …
khush
  • 2,702
  • 2
  • 16
  • 35
0
votes
1 answer

angular 2+ and kendo angular add computed class

I want to add css class to my span element class="badge badge-danger"
A. Gladkiy
  • 3,134
  • 5
  • 38
  • 82
0
votes
0 answers

Kendo Gantt timeline does not occupy full width on first load

I have this weird problem where the Gantt timeline on its first load does not occupy the whole width. but when I resize the window, the width is automatically fixed. Here's my html:
Rashid
  • 1,700
  • 1
  • 23
  • 56
0
votes
1 answer

Problem with row edit in kendoGrid / Kendo Angular

I'm creating a Web Application in which I populate some kendoGrids with data. My problem occurs when I try to edit those kendoGrids. Here are some images: Before editing (inside the square I have kendoTextBox) After pressing 'Edit' in the top…
0
votes
1 answer

How do I overlap a dragged item over a dropped item?

I am trying to copy the data from one kendo grid to another using drag and drop html5 events[https://www.w3schools.com/html/html5_draganddrop.asp]. When I try to ev.target.appendChild(document.getElementById(data)); , I get the error that data is…
0
votes
1 answer

How to set default zoom of kendo-chart in Angular

I'm trying to fix an issue I'm running into that my chart isn't letting me set the min and max of the [categoryAxis]. I've tried to bind [categoryAxis]="{{min: 0}, {max: 12}}" but it literally does nothing. I've also tried to see if I could figure…
M1kkelZUUU
  • 41
  • 1
  • 3
0
votes
1 answer

How can I dynamically change currency in a Kendo-grid row

I created this kendo-grid: What I'm trying to implement is: Whenever I change the currency select option, I want to change the currency ONLY in that row, so that I will be able to have multiple currency entries below in my grid. I found…
kkaragki
  • 150
  • 2
  • 16