Just wondering if there is any way to allow the RadWindow to fade into
the site (including disabling the background window), instead of the
window suddenly poping up or building?
Cheers,
me!
P.S. Sorry, I accidentally posted this question in the "RadControls ASP.NET" forum first!!
You can set the property Animation="Fade" and Modal="true" in order to achieve this feature. The Modal property controls whether the window appears as a modal dialog. When the window is modal, the positioning properties (OffsetElementId, Left, and Top) have no effect. Setting the "Modal" property to true will disable the parent window when the RadWindow loads.