Hello Everyone,
I have been searching for an hour trying to find the solution to this issue.
I am trying to access a RadWindow from a RadWindowManager on a MasterPage within a UserControl.
So...
MasterPage >> WindowManager >> UserControl >> RadWindow
MasterPage
-----------------------
UserControl
-------------------------
I have been searching for an hour trying to find the solution to this issue.
I am trying to access a RadWindow from a RadWindowManager on a MasterPage within a UserControl.
So...
MasterPage >> WindowManager >> UserControl >> RadWindow
MasterPage
-----------------------
<telerik:RadWindowManager ID="RadWindowManager1" runat="server">
</telerik:RadWindowManager>
UserControl
-------------------------
<
style type="text/css">
.style1
{
width: 32px;
height: 32px;
}
</
style>
<
p>
<img alt="" class="style1"
src="../../images/ui/1290451133_x-office-document.png" /></p>
<
telerik:RadWindow ID="RadWindow1" runat="server">
<
ContentTemplate>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</
ContentTemplate>
</
telerik:RadWindow>
OnClick of the <IMG> tag I would like to load this RadWindow into the RadWindowManager collection (display it).
What is the best way to achieve this functionality?
Also, is there a way to load a UserControl within the RadWindow?
Many thanks,
~Dean