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

Kendo Angular Grid Issue while installing using npm

I'm willing to use kendo-angular-grid for my Angular 5.2 application. According to the changelogs of Kendo, the latest version of it is 2.0.0. But when I'm installing the package using the command npm install --save @progress/kendo-angular-grid, an…
Raj
  • 417
  • 1
  • 3
  • 17
1
vote
0 answers

Kendo Support for Angular 5.x+

I am using angular 5.2 and I have installed @progress/kendo-angular-buttons package. When I'm importing the ButtonsModule of this package in my app.module.ts, the following exception is coming - Here is my code of app.module import { BrowserModule…
Raj
  • 417
  • 1
  • 3
  • 17
0
votes
0 answers

Using a Directive inside of Kendo Angular Notification's Notification Content Component

I have a Notification Content Component which is factory created when a Kendo Angular Notification is displayed. In this Component's template, a div tag contains a reference to a Directive. @Directive({ selector: '[myDirective]' }) export class…
don
  • 1,497
  • 1
  • 13
  • 27
0
votes
0 answers

Kendo-label is not a known element

I’m using kendo switch inside a kendo label and it is throwing error. And I have imported label module in app.module.ts as well. import {LabelModule} from ‘@progress/kendo-angular-label’
Tony
  • 1
0
votes
0 answers

Kendo-Dropdown Angular Console Error: "Incorrect use of

I am using kendo dropdown with label in my angular application. But I am getting below issue on browser console. I can see the same issue in the kendo demo web site as well. Please check below URL. Is there any way to fix this…
Joe
  • 11
  • 2
0
votes
0 answers

reset grid state in kendo grid angular

We are using kendo grid for Angular and displaying the results based on some input criteria (input some fields in the form and click on button to fetch results and display in grid). For the first time grid displays the first page. If we change the…
turtle
  • 1
  • 1
0
votes
0 answers

Adding kendo-angular-pdf-export gives 'kendo-angular-pdf-export' is not a known element error message

I know this seems like a duplicate question to this one 'kendo-angular-pdf-export' is not a known element But I have an angular 14 app where I want to simply add the PDFExportModule into an existing application. I am currently getting this…
John Scott
  • 85
  • 1
  • 9
0
votes
0 answers

KendoUI Angular Grid auto expansion of kendoGridDetailTemplate not working in latest kendoUI

I was previously working with Angular-9/Node-12/KendoAngularGrid-4.8.0 and the expansion of kendoGridDetailTemplate was working fine. After upgrading to Angular-15/Node-16/KendoAngularGrid-7.4.2, it is no longer working. Here are some details: Grid…
Arjun C
  • 357
  • 3
  • 8
0
votes
1 answer

Telerik Angular Kendo Upload control - respond to row click

using kendoFileSelectFileTemplate, would like to have some Angular TypeScript code run when the user clicks in the whitespace in the
  • elements rendered by the kendo-upload control.
  • Mike W
    • 425
    • 3
    • 12
    0
    votes
    0 answers

    Accessibly Issues in kendo DropDownList on Angular

    I am facing an accessibility issue (label error) on Kendo DropDownList in angular, while testing using the WAVE tool. I am getting the below alert messages on all the kendo dopdownlist. Message: Orphaned form label. A form label is present, but it…
    0
    votes
    0 answers

    Kendo UI scheduler popUp customize

    AngularJs I want to remove some fields and add my custom fields in the kendo scheduler pop. In the above snippet, I want to customize all the fields that appear after a repeat
    0
    votes
    1 answer

    Unable to set default tab conditionally in a kendo-tabstrip

    In my angular project, I have a page which has 3 controls. Through those controls, I want to open one single popup independently. The popup has 3 tabs. I want to set each tab as a default tab for each control. In order to open the popup, I am also…
    ispostback
    • 330
    • 2
    • 7
    • 23
    0
    votes
    1 answer

    Kendo Grid strange horizontal scroll behavior with dynamic checkbox

    Reproduction [Stackblitz]: Click the "Toggle" button several times The horizontal grid scroll will jump at the start/end. It looks like the grid's input [columnMenu]="{ filter: true }" affects this. If you delete this input, all works as expected…
    dmitry_dreko
    • 451
    • 1
    • 5
    • 14
    0
    votes
    1 answer

    Kendo UI grid CSS not reflected after deployment through Azure pipelines

    We are deploying a DotNet with Angular UI template application through Azure pipeline to an App Service. Few pages having Kendo UI grid where its search icons are not placed properly. But if deploy manually through Visual Studio, it displayed…
    0
    votes
    1 answer

    kendo-angular-ui How to hide the drop zone with kendo-upload

    I would like to only show the Select files button and hide the drop zone around that. I believe it is called the DropZoneInternalDirective. There is no parameter ican find on the…