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

ng-content not rendering where I want

I'm trying to have a custom component to render content passed from the parent component in the ng-content node placed where I want it. Here's the custom component:
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
0
votes
1 answer

KendoUI Grid column not re-rendering when data changes

I have a KendoUI grid with a column named "Status" : Problem Upon changing the value of a cell, I trigger the saving and update the grid with new data. The rows are updating but the status column is not re-rendering. More details about the…
0
votes
1 answer

Rendering Kendo grid Data Angular

I need to manipulate end result of some column value in Kendo grid but I did not find any solution like the below example for jquery data tables. Is there any similar way to do it in Kendo grid for angular (some render callback function) because I…
Marcelll
  • 25
  • 3
0
votes
1 answer

Set the numerictextbox width in symbols

We know that is possible to set the width of a input text as number of symbols via the size attribute. 1
2
3
serge
  • 13,940
  • 35
  • 121
  • 205
0
votes
1 answer

Update the boolean in the main Angular 'thread' async/await

I have the following async method. I use a loader in order to update the user interface, visibility of which is based on the isExporting flag. public async copyToClipboard(element: HTMLDivElement): Promise { this.isExporting = true; //…
serge
  • 13,940
  • 35
  • 121
  • 205
0
votes
1 answer

kendo tabstrip method selectTab does not work as expected

I have following code in my template
Bartek
  • 81
  • 10
0
votes
1 answer

After adding kendo file upload package for angular getting following error at the time of build

I have added the following @progress/kendo-angular-upload After adding the package & trying the command build Following is my package.json file { "name": "client-app", "version":…
pravin maske
  • 72
  • 1
  • 13
0
votes
1 answer

Kendo Grid Select All checkbox not working for Virtualization Angular

I am working on kendo grid virtualization with Select All feature. Since virtualization is used only visible records will be checked when "Select All" checkbox is checked. I have referred this link where all records would be checked even with…
coder12346
  • 39
  • 2
  • 12
0
votes
0 answers

Kendo ScatterChart now showing values

I have kendo scatter chart with 2 y-axis . I'm using kendo angular charts . When i try to bind my data i cannot see values and x-axis shows weird numbers instead of datetime values. Here is my hourly data [{"dateRange":"2022-02-10…
saulyasar
  • 797
  • 1
  • 17
  • 45
0
votes
1 answer

Angular pipe, custom decimal numbers

having let myNumber = Math.PI; let myPrecision = 4; How can I display myNumber using myPrecision?
serge
  • 13,940
  • 35
  • 121
  • 205
0
votes
1 answer

Azure DevOps npm build contains files that don't exist locally

I'm getting these errors during ng build --environment=sit --aot -ec --output-hashing=media in Azure DevOps: However, when I run the exact same command locally, I get no errors: I also noticed the files causing the errors do not exist for me…
David Klempfner
  • 8,700
  • 20
  • 73
  • 153
0
votes
0 answers

Kendo Angular UI - Is there any way to persist the state of the tilelayout and loading it initially?

I am trying to implement a dashboard where the user can add / remove and reorder widgets. Loading the persisted state should not be a problem since I can create something like this:
Hans Dabi
  • 159
  • 13
0
votes
1 answer

@progress/kendo-data-query FilterDescriptor operator function signature

According to the docs, the FilterDescriptor's operator prop can be a function. filterDescriptor.d.ts /** * A basic filter expression. Usually a part of [`CompositeFilterDescriptor`]({% slug api_kendo-data-query_compositefilterdescriptor %}). * *…
dx_over_dt
  • 13,240
  • 17
  • 54
  • 102
0
votes
1 answer

Setting Kendo for Angular rangeArea chart series item color

I am trying to set color of rangeArea chart series item by using [color]="getColor" function but it is not working. Setting hardcoded values [color]="'#00FF00'" works. I still have other chart series items that should be colored by default colors…
0
votes
1 answer

Angular4 throwing error "SCRIPT1006: Expected ')'" in IE11

t.exports = function(t, e={}) { if (e = Object.assign({}, r, e), !t || "string" != typeof t) return t; let o = t.trim(); if (void 0 !== e.skipLike && e.skipLike.test(o)) …
vijeth
  • 1
  • 2