Have you set the BackgroundCSSClass properly? I saw the same behavior and was able to fix it by setting the BackgroundCSS... here's an example of the CSS I used
.modalBackground
{background-color:Gray;filter:alpha(opacity=70);}
I used below css but still my main page controls can be accessed?
.modalBackground
{background-color:Gray;filter:alpha(opacity=70);}
This is happening in (Un)Modal fashion, any have solution for this.
No comments:
Post a Comment