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
8
votes
1 answer

Missing locale info for Kendo Intl Service when testing with Jest in Angular 7

I had multiple tests for a very specific numeric component that handles locale formatting. The tests were fine with Karma, but once we changed it to Jest this error started to appear: NoLocale: Missing locale info for 'de-DE' Solution:…
Tito Leiva
  • 892
  • 1
  • 12
  • 29
7
votes
3 answers

How to change color of row based on particular column condition in kendo grid for angular

I want to apply red color to row whose completedIn hours column value is greater than 24. how can i do it. please help i am new to angular.
user9287106
  • 141
  • 3
  • 13
4
votes
1 answer

Jest + kendo-angular-grid => Class constructor EventEmitter_ cannot be invoked without 'new'

I get an error while running my Jest test file: TypeError: Class constructor EventEmitter_ cannot be invoked without 'new' at new ZoneAwareEventEmitter (node_modules/@progress/kendo-angular-grid/dist/npm/common/event-emitter.js:16:28) at new…
MStephan
  • 131
  • 3
4
votes
0 answers

Kendo UI Angular: Is there a way to select multiple dates in the Kendo Calendar Angular Component?

Looking at this Kendo Calendar dojo example (docs) we can select multiple dates by using the below configuration. $(document).ready(function() { // create Calendar from div HTML element $("#calendar").kendoCalendar({ selectable:…
Tom Aalbers
  • 4,574
  • 5
  • 29
  • 51
3
votes
1 answer

How to implement two kendo sortable: one with fixed elements (palette objects) and the other with copies of each element dropped

I have two kendo sortable list, List A and List B. List A has fixed objects (item1, item2, item3) and list B is empty. Every time I drag an object from list A to list B, I want to be cloned into list B. I noticed that if I try to drag the same item…
2
votes
0 answers

Type default is not assignable to type ButtonLook clear

I just started with Angular and when I tried to add a kendo button this error pops up: Type '"'default'"' is not assignable to type 'ButtonLook | "clear"'. In a fresh angular project first I used this command : ng add…
2
votes
2 answers

Kendo Angular Editor setHTML: Insert HTML Content at specific position or after cursor

The available command setHTML replaces the existing content. Is there any way to insert HTML content at specific position as insertText.
Ganesh Matkam
  • 368
  • 1
  • 15
2
votes
0 answers

Filtering Nodes in Kendo Angular TreeView with Flat Data Binding

I have a kendo angular tree-view with flat data binding. There is a section for filtering the nodes with heterogenous data(search elements inside the treeview). Any update how to filter the nodes for flat data ?
Akanksha
  • 31
  • 2
2
votes
0 answers

Restrict kendo-angular-multiselect to 2 values and add tile button as “5 more” using typescript

I am trying to restrict kendo multi-select to two values and display a tile button as "5 more" if there are further values. Below is my code:
tracer
  • 422
  • 2
  • 7
  • 15
2
votes
2 answers

How to make a kendo-angular-datepicker to show year only

How to configure the kendo-angular date picker to show year only on selecting.
2
votes
1 answer

Kendo-Grid Angular UI trackby

In Angulars ngFor you can use trackBy to pass a key so that Angular doesn't reload everything but only the items really needed. Does the kendo-grid also function that way and if not by default, is it possible to pass a key to it, too?
Christian
  • 22,585
  • 9
  • 80
  • 106
1
vote
0 answers

How to create multiselect filter for list in kendo for angular?

I have situation when I'm displaying on grid list of persons. NAME --- LASTNAME --- AGE --- HOBBIES Name, lastname and age are single value, but hobbies are list of hobbies, for example for one person I got "football, basketball, speedway, music"…
1
vote
1 answer

Textract JSON data to Image drawing with Kendo UI Angular 11

I have a JSON object which was extracted from an Image using AWS Textract after that I'm trying to draw same image using this textract data. I'm trying to use Kendo Angular Drawing API for this and with limited documentation and usage examples I'm…
imPK
  • 764
  • 2
  • 7
  • 30
1
vote
1 answer

Angular upgrade from version 8 to 11 made fonts blurred

after upgrading Angular from version 8 to 11, fonts are looking different, they are blurred. Any ideas what can I do/check to make them look the same as they were before? Any help would be appreciated. When I run app locally, it looks better than on…
blackRose
  • 180
  • 1
  • 9
1
2 3 4 5 6