Does anyone tried Kendo UI notifications from MVC server side, like MvcFlashMessages?
I want to show "succeed or error" notification after form submit(In my scenario, after form submit Controller action redirects to view with items list and i want to show succeed notification).
Or maybe more different scenario like after grid item create/delete/edit notification show but notification must rise from server side if some errors occurs not only from JS.
Thanks for attention.