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

How to implement an always visible control?

3 Answers 121 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
OL
Top achievements
Rank 1
OL asked on 03 Sep 2010, 04:47 PM
Hello,
Is there a way to implement an "always visible" control with the Telerik ASP.NET AJAX tools?

I'm thinking of something like the following control in the MS ACT:
http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/AlwaysVisibleControl/AlwaysVisibleControl.aspx

I'd like to have a persistent pannel on the top right of a page with scrollbars.

Thanks.

3 Answers, 1 is accepted

Sort by
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 03 Sep 2010, 11:08 PM
Looks like it's just doing that with CSS...so just make a div, and throw the control in it then style the div like so?

position:fixed;
top:0;
left:0;
0
Petio Petkov
Telerik team
answered on 06 Sep 2010, 02:12 PM
Hi Steve,

You should set position:fixed  to the div, and adjust the top and left properties - as you did.
Also you can take a look at the RadToolTip control. Here it is a simple example which illustrates a similar behavior:
http://demos.telerik.com/aspnet-ajax/tooltip/examples/relativeto/defaultcs.aspx

All the best,
Petio Petkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Tanuj
Top achievements
Rank 1
answered on 25 Apr 2015, 04:46 AM

Use this link

https://www.youtube.com/watch?v=q5VfUgfgaII&feature=youtu.be

click link

Tags
General Discussions
Asked by
OL
Top achievements
Rank 1
Answers by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Petio Petkov
Telerik team
Tanuj
Top achievements
Rank 1
Share this question
or