Posted 10 Feb 2012 Link to this post
<script type=
"text/javascript"
>
var
i = 0;
function
showMenu(args)
{
menu = $find(
"<%=RadContextMenu1.ClientID %>"
);
if
(i == 0)
menu.show(args);
i = 1;
}
else
menu.hide();
i=0;
</script>