I know this is probably a simple request, but I haven't had much luck. I would like to show a radContextMenu below a button when that button is clicked (not right-clicked), much like the Windows Forms splitbutton works. However, I'm not having much luck calling the show() method when the button is clicked, probably because I don't know how I'd get a DOM event to pass as an argument.
Is there an easy way to do this or do I have to use showAt() and get the position and size of the button to determine where to pop the context menu? If so, then perhaps you can help me keep the context menu shown. Right now, if I use showAt, the menu appears then disappears. I presumably have to use the recommended $telerik.cancelRawEvent(event), but how do I get the "event" argument?
Josh
Is there an easy way to do this or do I have to use showAt() and get the position and size of the button to determine where to pop the context menu? If so, then perhaps you can help me keep the context menu shown. Right now, if I use showAt, the menu appears then disappears. I presumably have to use the recommended $telerik.cancelRawEvent(event), but how do I get the "event" argument?
Josh