Chris Boyce
Posted
on Feb 5, 2012
(permalink)
Hi.
I have a masterpage where I don't want a content page to scroll. It has the following style:
My content page then has a radwindow manager within it which opens a popup. The problem is I need the popup to be able to scroll verically, but because my masterpage has scrolling hidden it doesn't show. I have tried changing the style in the content page but scrolling does not appear? Any help would be appreciated.
Reply
Posted
on Feb 5, 2012
(permalink)
Hello,
You can add CssClass to RadWindow and add style for that as shown.
ASPX:
CSS:
Thanks,
Princy.
Reply