I am using infragistics context menu in XAMWebGrid. I have added context menu sucessfully and Its working fine, when its tested on Web (hosted on .aspx page) project. But as Its deployed to sharepoint webpart (I already set windowless attribute to 'true') in rendercontent event. No error is occurred and other functionality is working fine. Does ContextMenu requires any specific configuration to work on sharepoint.
Hi jainnitin,You don't need to set windowless to true for SL4.What is the version of the SharePoint you are using?Does the context menu opens when you set OpenMode=LeftClick?Regards,Marin
Hi Marinii,
I am using Infragistics 10.1 version and Silverlight 4. I set the OpenMode=RightClick but It doesn't show the context menu, even on simple webpage. If I set the windowless=true then context menu becomes visible in aspx page but still sharepoint silverlight webpart don't show the context menu(only default silverlight menu shown).
Hi,The Silverlight 10.1 Service Release is built against Silverlight 4 and CLR 4 (VS2010) and the ContextMenu should open when the windowless is false.Regards,Marin