All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
<script type=
"text/javascript"
>
function
check() {
var
Menu = $find(
"<%=RadContextMenu1.ClientID %>"
);
if
(Menu._shown==
true
)
{
//menu is shown
}
</script>