This is a migrated thread and some comments may be shown as answers.

Rad Window using in both Primary and secondary Monitor

1 Answer 96 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Varalakshmi
Top achievements
Rank 1
Varalakshmi asked on 25 Jun 2018, 01:47 PM

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.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 27 Jun 2018, 10:41 AM
Hi Harikka,

RadWindow is an HTML structure that "lives" in the browser. This means that all browser restrictions related to security and sandboxing apply. Thus, a RadWindow can only move in the viewport of the current browser window and cannot be dragged out of it.

Thus, if your browser spans both monitors, you will be able to move the RadWindow between them.


Regards,
Marin Bratanov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
Varalakshmi
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or