Hi,
I want to use rad window to both primary and secondary monitor. But i am not able to drag my rad window to secondary monitor which is displayed in primary monitor .
sample code:
div>
<telerik:RadWindow RenderMode="Lightweight" runat="server" ID="rad_simpleNote" Modal="false" Width="340px" Height="340px" VisibleTitlebar="true">
<ContentTemplate>
<table>
<td>
<asp:Label ID="username" runat="server" Text="This is building 1 note" CssClass="ContentLabel" />
</td>
</table>
</ContentTemplate>
</telerik:RadWindow>
</div>
Thanks,
Harikka.