Questions tagged [kendo-ui-angular2]

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

Getting Started

Resources

873 questions
11
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
  • 1,709
  • 1
  • 21
  • 48
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:
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,307
  • 7
  • 29
7
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,576
  • 4
  • 18
  • 32
7
votes
3 answers

Trigger event when row is selected in a Kendo UI Grid (Angular 2)

In Kendo UI (beta) for Angular 2, how does one trigger an event when a specific row is selected? There are no directives or components for the rows themselves; therefore, a (click)="triggeredFunction()" can't work if there is no row element. Here…
ed-tester
  • 1,346
  • 2
  • 14
  • 23
7
votes
1 answer

Tooltip for grid column name in Kendo UI Angular 2

How can I show a tooltip for the Kendo UI Angular 2 grid column name? I've tried using the html title attribute, but it conflicts with kendo-grid-column title property.
Sergiu Cosciug
  • 259
  • 3
  • 10
7
votes
6 answers

Kendo Angular 2 Grid Filter not available

I am using the Kendo Grid with Angular 2 using this http://www.telerik.com/kendo-angular-ui/components/grid/data-binding/ tutorial but I didn't find filtering in the grid. How can I filter my Kendo Grid with Angular 2?
6
votes
1 answer

Kendo Grid for Angular 2 Excel export date formatting

When we try to export the grid data from Kendo UI Grid for Angular, One of the grid columns (Date column) doesn't format the actual date value. Here is my code.
Dave Hudson
  • 61
  • 1
  • 4
6
votes
3 answers

Getting Can't bind to 'routerLink' since it isn't a known property of 'a'. error in spite of referencing router moudule

I am implementing basic routing in my angular 4 application and getting the following error when loading the application on the browser. I have defined the routes in approuting.module as also referenced the router module in Ngmodule as well…
Tom
  • 5,859
  • 24
  • 87
  • 182
6
votes
2 answers

Kendo Angular 2 grid with checkbox column

I'm trying to implement a column of checkboxs in my Kendo Angular 2 grid. I am following the example in the documentation (without…
amp
  • 9,710
  • 15
  • 67
  • 118
6
votes
1 answer

What kind of change detection strategy is being used in Kendo?

In our application we prefer the "on-push" strategy for all of our UI components for performance reasons. (changeDetection: ChangeDetectionStrategy.OnPush) We are considering using Kendo for some of the UI components (mainly grid but some others as…
6
votes
3 answers

Docking layout control for Angular2 similar to Telerik's RadDocking

I am using Telerik's RadDocking control in Silverlight. http://docs.telerik.com/devtools/silverlight/controls/raddocking/overview2 I have searched a few docking layout controls for Angular2 but haven't come across anything which gives me something…
Debopam Chanda
  • 163
  • 1
  • 7
6
votes
2 answers

Kendo UI for Angular2 - Grid How to Add Columns Dynamically

For the Grid compomemet, if I already have a couple columns predefined in the html but the resultset can have a variety of additional columns on top of the predefined ones, how can I dynamically adds those columns? There is no way to know what those…
djarekg
  • 81
  • 1
  • 3
5
votes
3 answers

Error ''Identifier 'territoryFromName' has already been declared" on AOT build with Angular & Kendo UI

Very recently, and without any version change to our package, our AOT build failed with this error message : ERROR in chunk vendor [initial] [name].bundle.js Identifier 'territoryFromName' has already been declared (13:9) } function…
Pac0
  • 16,761
  • 4
  • 49
  • 67
5
votes
1 answer

Filtering a grid with an OData Enum as a field

I am trying to filter a grid datasource with an enum field. It seems that the OData api has deprecated / removed the ability to have handle prefix free Enums on the server side. I am adding the following to the grid's filter. let fd1:…
Sias Mey
  • 141
  • 2
  • 5
1
2 3
58 59