I have a MVC razor view that I want to define a notification on
@(Html.Kendo().Notification() .Name("popupNotification") )
Just starting at this point, I get an error such as
Uncaught TypeError: jQuery(...).kendoNotification is not a function
There are other kendo widgets on the page (grid etc), they work as expected and the layout template is referencing the 2013.3.1324/kendo.all.min.js library.
Whats the deal with notification?