Comunication between RadWindows

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 24 Sep 2009 Link to this post

    Requirements

    RadControls version

    ASP.NET AJAX
    .NET version

    2.0/3.5
    Visual Studio version

    2005/2008
    programming language

    JavaScript
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    Return a value from a RadWindow to another one.

    The scenario : Open a RadWindow (RadWindow1) that contains text box element. From this RadWindow open a new RadWindow (RadWindow2) that can be dragged outside of the first RadWindow. The second window, however, should return a value to the first RadWindow.

    The solution is implemented in the demo attached bellow.

    Please note that the debug="false" needs to be set in the web.config file (shown below), because the MS AJAX Framework throws an error in some scenarios when the debug="true" property is used.

    <compilation debug="false"


Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.