Hi, I have a snippet like this
It works with 3.5 NET framework, but, I updated to 4.0, and doesn't work anymore.
I have the Telerik2011Q2 version
Notification markup is setted with LoadContentOn="EveryShow" (but I didn't need that property in 3.5).
Any idea?
function ShowSuccessNotificationMessage(title, message) { var notifObject = $find("<%=RadNotification.ClientID %>"); notifObject.set_title(title); notifObject.set_text(message); notifObject.show();I have the Telerik2011Q2 version
Notification markup is setted with LoadContentOn="EveryShow" (but I didn't need that property in 3.5).
Any idea?