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

Notification inside content page

2 Answers 47 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Mihai
Top achievements
Rank 1
Mihai asked on 18 Mar 2013, 11:07 AM
Hello,

I am trying to place a notification control inside a content page, between two other controls.
I do not want it's position to be absolute(bottom-right, etc).

How to achive this?

Thanks,
Mike

2 Answers, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 18 Mar 2013, 12:03 PM
Hi Mike,

This functionality is not offered by the control at the moment, yet the idea is already logged: http://www.telerik.com/support/pits.aspx#/details/Issue=7568 so you can vote, comment and track its progress.

What you can do is use a simple div, set its innerHTML and show it with JavaScript (e.g. jQuery show() or jQuery animation, or custom code for the animation, or just toggle its display property).


Greetings,
Marin Bratanov
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.
0
Mihai
Top achievements
Rank 1
answered on 18 Mar 2013, 12:25 PM
Voted, thanks !

I'm going to ignore the div solution as it's design will not match the other controls(Metro skin).
Tags
Notification
Asked by
Mihai
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Mihai
Top achievements
Rank 1
Share this question
or