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

Transparency from code behind

1 Answer 87 Views
Window
This is a migrated thread and some comments may be shown as answers.
Marc Goodell
Top achievements
Rank 1
Marc Goodell asked on 19 Sep 2008, 06:03 PM
we are opening our windows with the following code

' MyProfile RadWindow

MyProfileHyperLink.NavigateUrl =

"MyProfileViewDetails.aspx"
Dim MyProfileHyperLinkWindowName As String = "MyProfile"
Dim clickEventHandlerStringMyProfileHyperLink As String = "javascript:var w = window.radopen('" & _
Convert.ToString(
"MyProfileViewDetails.aspx") & "', '" & _
MyProfileHyperLinkWindowName &
"'); w.set_modal(false); w.moveTo(100, 100); w.set_behaviors(Telerik.Web.UI.WindowBehaviors.Move +Telerik.Web.UI.WindowBehaviors.Close); w.setSize(900, 400); return false;"
MyProfileHyperLink.Attributes.Add("onclick", clickEventHandlerStringMyProfileHyperLink)

Anyway to add Transparency to a window opened this way?

Thanks

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 23 Sep 2008, 01:54 PM
Hi Marc,

Can you please provide more details on this? Basically, RadWindow can be set to be transparent by using CSS and/or JavaScript. Its transparency cannot be set from the codebehind, but you can add a custom code that would make all RadWindows transparent on your page.



Sincerely yours,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Marc Goodell
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or