Create function for tree node menu item to execute.
All I need is to be able to run a c# command from a menu item on a tree node.
What is the best way to do this? It appears I am going to be forced to use angular, but all the tutorials I could find which have hooking up angular to a c# controller are very light on explanation and very specific to their particular example.
All i need to do is send the node id to the controller function (or a c# model function).
Create function for tree node menu item to execute.
All I need is to be able to run a c# command from a menu item on a tree node.
What is the best way to do this? It appears I am going to be forced to use angular, but all the tutorials I could find which have hooking up angular to a c# controller are very light on explanation and very specific to their particular example.
All i need to do is send the node id to the controller function (or a c# model function).
Can anyone help please?
is working on a reply...