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
Hi Mike,
Nothing to be ashamed about, working with mouse events in a cross browser compatible way is no easy task. I unfortunately don't have an example handy, but my advice is to use the ASP.NET AJAX Extensions library, which makes adding event handlers for cross browser compatibility much easier. The only difficult task will be grabbing a reference to the tab element itself. If you need more assistance, I'd recommend contacting our support group. (http://es.infragistics.com/gethelp for options)