I'm using the Telerik's right click hack to display a context menu to the user. It works great when the Silverlight control is positioned at the very top of the page. However, as soon as I add any html to the page which would bump the Silverlight control down, the right click detection is off by an equal amount the page is pushed down.
As an example, please look at the attached screen shot. The Silverlight control starts where the background turns white. The "windows Icon" image is wired up to catch the right click event and the mouse pointer with the red circle indicates where the right click actually took place. Note that clicking directly on the windows icon triggers a left click event but not a right click.
Is there a way to fix this behavior?
Thanks