Hi there,
I am just transforming my pure ASP.net Application into an angular SPA.
The kendo widgets are defined with MVC wrappers and I use small javascripts i.e for
--> .Events(e => e.DataBound("onDataBound")) or
--> .Read(read => read.Action("Index", "Contact").Data("updateGrid")
However the scripts do not work when angular loads the partial. (updateGrid is not defined)
What is the best approach to reference a javascript from within a mvc defined Grid? Can I hand in an angular controller method somehow?
Thank you very much!
I am just transforming my pure ASP.net Application into an angular SPA.
The kendo widgets are defined with MVC wrappers and I use small javascripts i.e for
--> .Events(e => e.DataBound("onDataBound")) or
--> .Read(read => read.Action("Index", "Contact").Data("updateGrid")
However the scripts do not work when angular loads the partial. (updateGrid is not defined)
What is the best approach to reference a javascript from within a mvc defined Grid? Can I hand in an angular controller method somehow?
Thank you very much!