Hi,
I am having a page which displays user agreements(pdf format). I use 'embed' tag for this.
<embed id="embAgreement" runat="server" Width="625" Height="400"></embed>
I need to display an alert window above this based on some conditions. But my window tilebar and border is not visible when it is displayed above this embed tag object. The model behaviour is also not working properly.
I tried even specifying VisibleTitlebar="true" property and Overlay="true" explicitly. But it also didnt help me out.
I am using Telerik version Q2 2009. But in other places the rad window behaves as expected.
If anybody knows how to solve this issue please help me.
Thanks in advance
I am having a page which displays user agreements(pdf format). I use 'embed' tag for this.
<embed id="embAgreement" runat="server" Width="625" Height="400"></embed>
I need to display an alert window above this based on some conditions. But my window tilebar and border is not visible when it is displayed above this embed tag object. The model behaviour is also not working properly.
I tried even specifying VisibleTitlebar="true" property and Overlay="true" explicitly. But it also didnt help me out.
I am using Telerik version Q2 2009. But in other places the rad window behaves as expected.
If anybody knows how to solve this issue please help me.
Thanks in advance