Hello Nikhil,
When RadContextMenu opens we open a additional popup that is used to catch the clicks outside context menu so that we can close it. This is the only possible way of doing it because in Silverlight there is no CaptureMouse(subtree) method.
This is the default behavior and cannot be changed.
One possible solution is to use Popup and to show it manually (e.g. instead RadContextMenu.IsOpen=true, popup.Child = radContextMenu, popup.IsOpen=True) but you will have to manually implement boundary detection and open/close of the popup.
Regards,
Hristo
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!