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

Bind Event handler in angular controller?

1 Answer 48 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
fred williams
Top achievements
Rank 1
fred williams asked on 13 May 2016, 01:37 PM

I'd like to bind the OnClientNodeChecked event handler in an angular controller, so I can manipulate some values within the controller based on the value of the checked node. I tried

 

<telerik:RadTreeView .... OnClientNodeChecked="clientNodeChecked"...

 

and then inside my controller:

$scope.clientNodeChecked = function(treeView,e){

};

but it doesn't fire. Is this possible at all or do I need Kendo UI components to accomplish this? Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 18 May 2016, 07:42 AM
Hi,

Unfortunately Telerik ASP. .NET AJAX Controls does not have integration with Angular . In such case we recommend Kendo UI components.

Regards,
Plamen
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
TreeView
Asked by
fred williams
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or