Hi,
I am using Telerik Controls v 2011.3.1115.35 on a .net 3.5 framework. I am trying to set the text of the Notification via javascript in this code:
var notification = $find(Notification_ClientID);
var message = "Error";
notification.set_title("Error Notification");
notification.set_text(message);
notification.show();
The title is set, the notification displays, but not the text. I read that there was a bug in this previously, but I believe I have the latest version...can I get some help with this?
Thank you.
Vanessa
I am using Telerik Controls v 2011.3.1115.35 on a .net 3.5 framework. I am trying to set the text of the Notification via javascript in this code:
var notification = $find(Notification_ClientID);
var message = "Error";
notification.set_title("Error Notification");
notification.set_text(message);
notification.show();
The title is set, the notification displays, but not the text. I read that there was a bug in this previously, but I believe I have the latest version...can I get some help with this?
Thank you.
Vanessa