Questions tagged [kendo-ui-angular2]

Kendo UI for Angular is a commercial UI toolkit for Angular 4+

Getting Started

Resources

917 questions
12
votes
1 answer

Kendo UI for Angular 2 Grid dataBound event

Is there a way to capture the dataBound event of the grid similar to the one we had in the jQuery version of Kendo UI. I need to perform an action after the data is loaded in the grid. There is a dataStateChange event, but this event does not…
dpdragnev
  • 2,011
  • 2
  • 28
  • 55
11
votes
2 answers

How can you dynamically set disabled for Angular reactive form?

I have an Angular 4.10 application that is using the Kendo Angular Grid control. I am using External Editing. I have created the FormGroup as below: this.editForm = new FormGroup({ 'Id': new FormControl({ value: 0, disabled: true…
LanceM
  • 1,888
  • 4
  • 23
  • 41
10
votes
2 answers

Multiple labels per item on Kendo chart

I'm trying to get multiple label per item on Kendo Column chart Desired layout looks like this I was able to get only this layout import { Component } from '@angular/core'; import { groupBy, GroupResult } from '@progress/kendo-data-query'; import {…
8
votes
3 answers

Kendo UI Angular 2 Grid Excel Export

I'm trying to add excel export functionality to Kendo UI angular 2 grid, but getting an error while the angular 2 app loads: Can't bind to 'toolbar' since it isn't a known property of 'kendo-grid'. Here is the code snippet I'm using:
8
votes
2 answers

Kendo Angular 2 Grid Height

I want my grid to have a dynamic height. Before with angular 1 and kendo i would do like this. With the following CSS: #grid { height: calc(100% - 1em); } But with Kendo grid…
Nbergk
  • 109
  • 1
  • 7
7
votes
1 answer

Bind Click Event to Kendo ToolBar

I am trying to bind click event to buttons I have in kendo Tool bar. I am creating button using template. I am using Kendo Jquery with angular. Any help will be highly appreciated. So far I have tried this using Kendo Jquery Documentation:
Amit
  • 1,460
  • 1
  • 14
  • 39
7
votes
0 answers

Importing @types/kendo-ui in correct way without @progress/kendo-ui installed

I want to import the @types/kendo-ui in my project. But even WebStorm not provides me an automatic import function. Kendo-UI library is already load via