We lost a lot of time trying to use the notification widget by following that code sample:
http://docs.telerik.com/kendo-ui/api/javascript/ui/notification#methods-show
But it's not working.
That configuration:
{templates: { myAlert: "<div>System alert: #= myMessage #</div>"}}
should be:
{templates: [
{ type: "myAlert", template: "<div>System alert: #= myMessage #</div>"}
]}
http://dojo.telerik.com/ufumo