Hello Guys,
I am using SL4 in my application.I have implementated right click funtionality using telrik RadContextMenu.
It works fine.Now i also want my application to work in out browser mode.
These are my outOfBrowserSetting.xml
This is my Default.aspx Page
Now when i am using my application in browser its compulsary to set
<param name="windowless" value="true" /> to use right click functionality
My right click is not working in Out of Browser settings.
Can you Please Guide me...? what changes i should make to make it work?