Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
Left click does not fire expected event.
posted

I want to have a client side handler to be fired when I click a node in the UltraWebTree.
In the onPreRender function in C# I have put

ultraWebTree.ClientSideEvents.NodeClick = "conf.NodeClickHandler";

The conf.NodeClickHandler is now only called when I do a right mouse click and _not_ on a left mouse click.
I see that the events get through to WebResource.axd/igtree_fireEvent but eventObj is only filled when I do a right click.

Does anyone know what is going on?