I have implemented a custom action to the tree. It shows up in the context menu when I right-click the node but the code behind is not called.
public string JsFunctionName { get { return "alert('MatchplayGamePlan')"; } }
I have changed the code behind to just an alert to see that the code gets called but it doesn't As Letter I use '=' but I don't know if it's unique because I haven't been able to find the list of used characters.
I'm on 6.0.3 so I don't know if things around this have changed since 4.9
What do I need to check to find out why the code is not called?
Implementing IAction
Hi
I have implemented a custom action to the tree. It shows up in the context menu when I right-click the node but the code behind is not called.
I have changed the code behind to just an alert to see that the code gets called but it doesn't As Letter I use '=' but I don't know if it's unique because I haven't been able to find the list of used characters.
I'm on 6.0.3 so I don't know if things around this have changed since 4.9
What do I need to check to find out why the code is not called?
/Paul S
is working on a reply...