[CLOSED] Window in a control is visible when page is rendered

  1. #1

    [CLOSED] Window in a control is visible when page is rendered

    Hello,

    I have a control in a page and when the page is loaded, it's visible. It wasn't at 8.2.

    I have attached a sample.

    <ext:Window ID="ControlWindow" 
    runat="server"
    Title="sample control"
    Width="400" 
    Height="200" 
    AutoShow="false" 
    Modal="true"
    Resizable="false"
    BodyStyle="padding:5px;"
    Show&#111;nload="false">
    <Items>
    <ext:FormLayout ID="ControlFormLayout" runat="server">
    </ext:FormLayout>
    </Items>
    </ext:Window>
    Edit: I use 1.0 -
  2. #2

    RE: [CLOSED] Window in a control is visible when page is rendered

    Hi,

    In 1.0 version you have to use Hidden property instead ShowOnLoad (which is removed)
  3. #3

    RE: [CLOSED] Window in a control is visible when page is rendered

    Thanks.

Similar Threads

  1. Replies: 1
    Last Post: Jan 16, 2012, 5:00 PM
  2. Replies: 6
    Last Post: Dec 07, 2011, 12:55 PM
  3. Replies: 6
    Last Post: Feb 18, 2011, 2:12 PM
  4. [CLOSED] ClientID of lazy rendered control
    By pschojer in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Nov 17, 2009, 11:44 AM
  5. Replies: 5
    Last Post: Aug 04, 2009, 10:49 AM

Posting Permissions