Hello, is there a way to display a window in the right upper corner, regardless of the screen size?
1 Answer, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 04 Jun 2008, 06:21 AM
Hi Darius,
Yes, it is possible - you need to take the needed information about the size and position with Javascript and then to use the RadWindow's client-side API (moveTo()) to move the RadWindow to the desired position.
I hope this helps. You can check the following Code Library article:
http://www.telerik.com/community/code-library/submission/b311D-dtdcb.aspx
It shows how to keep RadWindow for ASP.NET in the lower right corner of the page - you can use the code there as a base and extend it to fit your scenario.