Accessing Kendo UI Menu in client side - 2012 Q2 Beta
In documentation and examples, its mentioned that Kendo UI Menu can be accessed on client using $("#menu").data("kendoMenu") , which doesn't work
it's actually $("#menu").kendoMenu().data("kendoMenu");