Skip to content
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.

Angular Formly with Kendo UI #751

Open
Gildissimo opened this issue Sep 8, 2017 · 4 comments
Open

Angular Formly with Kendo UI #751

Gildissimo opened this issue Sep 8, 2017 · 4 comments

Comments

@Gildissimo
Copy link

What about best practices for intereacting Formly with KendoUI widgets? In particular Formly needs ng-model....kendo use k-ng-model....and using kendo is a very bad thing to use both!!!
HELP!!!

@egucciar
Copy link

I think I saw functionality in formly source code to turn off the default handling for ng-model. You could possibly implement your own model watching & update the formy model when KendoUI model changes in a custom type http://docs.telerik.com/kendo-ui/api/javascript/data/model#events-change

@Gildissimo
Copy link
Author

Thanks a lot, I've implemented exactly this solution, but I'm looking for an "official" answer , particularly to adopt a best practice. Thanks a lot for your answer

@egucciar
Copy link

This is a common software application pattern so I would recommend to create a jsbin / library for it and we can add it on the website either as an example or feature it on the integrations section.

This is as close to official as you'll get :)

@thinw002
Copy link

@Gildissimo any chance you can share your solution? I'm hoping to create a Kendo UI template for Angular Formly and this would really help me get started. A JSBin or something would be great.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants