Posted
on Nov 15, 2006
(permalink)
Hi,
I need to show the r.a.d.Menu as a context menu on table cells. The table involved is an HTML table and not a telerik table. Showing the menu on a left-click works fine but is not what I need. During a right-click the browser's context window displays. All of the examples of using this control that I've seen either tie it to a specific control (and often that it a teleric control).
How can I handle this situation? To explain where I'm coming from my end goal is to dynamically fill-out the context menu using Ajax with different items based on which cell the user right-clicked on. I think I can handle the Ajax portion if I can just get the right-click to work. I know that I could change the document.contextmenu to affect the whole page, but I'm trying not to do that.
Thank you,
Terry