Hi all, i have problem. I need to intercept right click event on WebTab control. The control WebTab have UltraWebTab_MouseClick event on Client-Side. It works fine for left click. But it looks, that this event isn't fired for right click.
If I am wrong, write an example or give a link.
TIA.
It's all based on what the browser does with the mouse events. In this case, to trap the right-click event you'll need to add an OnContextMenu handler to the Tab.
-Tony
Is there an example somewhere? The one for the Clipboard in the examples returns an error, among many others so I can't really use that page as an example. Sad to admit, but I've spent the better part of today trying to get the WebGrid\CopyPaste example to run so I can see how everything is put together.
Thanx,
Mike