I have a web part which is generated via XSL transformation (XML + XSL = HTML). I would like to render SharePoint Context Menu in the Web Part
What I want is a JavaScript in the XSL which will render the Context Menu similar to User Presence Indicator which just calls JavaScript function IMNRC http://geekswithblogs.net/jacobladams/archive/2011/05/03/use-hmtl-and-javascript-to-display-presence-controls-in-sharepoint.aspx
I know that I can render it using SPGridView but I do not want that approach http://www.directsharepoint.com/2011/02/showing-default-sharepoint-context-menu.html