You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.
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!!!
The text was updated successfully, but these errors were encountered:
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
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
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.
@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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!!!
The text was updated successfully, but these errors were encountered: