This is a migrated thread and some comments may be shown as answers.

Blank Notification

1 Answer 51 Views
Notification
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 24 Oct 2011, 08:04 PM
I've been playing around with the RadNotificaiton and got most of my website using it now. However, I have a glitch and I was wondering if someone could help me out. I'm getting a blank notification with only the icons... just no text is visible. The only time this behavior is noticed is when there is bound data. The page works correctly in the sense that I can Insert/Edit/Delete, just getting the blank notification. Any help would be greatly appreciated.

William

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 26 Oct 2011, 07:43 AM
Hello William,

This may happen if you try to set the text via the JavaScript set_text() method, yet you have defined automatic content loading via the LoadContentOn property (especially if set to EveryShow), yet there is no OnCallbackUpdate method defined - what happens in this case is that you show the notification via JavaScript, place your text in it, yet this triggers the update, you have no method to return content, so the notification gets no content. If this is the case I advise that you simply remove the LoadContentOn property and leave only JavaScript to set the text. If this is not the case please explain in greater detail how you are using it, perhaps psot a small code sample that is enough to reproduce your issue (notification declaration and the methods related to it for example).


Greetings,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Notification
Asked by
William
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or