This is a migrated thread and some comments may be shown as answers.

Using Custom editors in grid column with Angular Kendo UI

2 Answers 109 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Prerak
Top achievements
Rank 1
Prerak asked on 22 Aug 2017, 12:48 PM

Hello ,

I am trying to use custom editors for an editable kendo ui grid in my angular app. For some reason( which I am not able to trace) the custom editor is not triggered.
I am expecting the following to be triggered but it does not work.

console.log("Editor Launched", options);

Here is the plunker for the same: 

http://plnkr.co/edit/WioRbXA3LHVVRQD95nXA?p=preview

 

 

2 Answers, 1 is accepted

Sort by
0
Prerak
Top achievements
Rank 1
answered on 22 Aug 2017, 05:52 PM

This was answered here >

https://stackoverflow.com/a/45822789/22858

0
Stefan
Telerik team
answered on 24 Aug 2017, 05:41 AM
Hello Prerak,

I'm glad to hear that the issue is resolved.

Thank you for sharing the solution with the Kendo UI community it is highly appreciated.

Also, I can suggest checking the alternative approach for initializing a Kendo UI Grid with the custom editor using the options property of the Grid:

http://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/AngularJS/angular-custom-editor

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Prerak
Top achievements
Rank 1
Answers by
Prerak
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or