Windows + Panel + Gridview? bug?

  1. #1

    Windows + Panel + Gridview? bug?

    hi, i have a problem, when I use the convination of window (panel (gridview)) and show the windows with the click event of a button (for example) before a click the button, apears the gridview borders over the page. Excuse me, but english is not my native languaje, i´m from argentine!.

    Thanks
    Ariel
  2. #2

    RE: Windows + Panel + Gridview? bug?

    Hi Ariel,

    Can you provide a code sample demonstrating the problem?
    Geoffrey McGill
    Founder
  3. #3

    RE: Windows + Panel + Gridview? bug?

    Hi geoffrey, i use the example on the web


        <body>
        <div style="margin: 20px;">
            <form id="form1" runat="server">
            <cool:ScriptManager ID="ScriptManager1" runat="server" />
            
                <h1>
                    Window with nested Panel</h1>
                <p>
                    The following example demonstrates how to create a Window with nested controls and
                    content.</p>
                <div style="margin: 15px 0;">
                    <p>
                        <asp:Button ID="Button1" runat="server" Text="Show Window" /></p>
                
    
            
    
            <cool:Window ID="Window1" runat="server" Title="Vacation Details" Width="400px" Height="630px"
                BodyStyle="padding: 6px;" CloseAction="Hide" Collapsible="True" TriggerElement="Button1"
                AnimateTarget="Button1">
                <Content>
                    <cool:Panel ID="Panel1" runat="server" Title="Summary" Height="125px" BodyStyle="padding: 6px;"
                        Collapsible="True">
                        <Content>
                        <asp:GridView ID="GridView1" runat="server">
                        </asp:GridView>
                        </Content>
                    </cool:Panel>
                </Content>
            </cool:Window>
            </form>
        
    
    </body>
    On CodeBehind I Databind data to GridView1.
    Whe I execute in IE or Firefox, over the text "The following example demonstrates how to create a Window with nested controls and content" i could see the gridview borders. When I click the button the window1 show, when i close the borders dessapears.
    Thanks!!

Similar Threads

  1. [CLOSED] IIS7 Windows 7 x Windows 2008
    By majunior in forum 1.x Legacy Premium Help
    Replies: 14
    Last Post: Nov 08, 2011, 6:56 PM
  2. I can't put Panel & Editor inside Windows ???
    By metallica87 in forum 1.x Help
    Replies: 0
    Last Post: Mar 20, 2010, 9:43 PM
  3. Replies: 12
    Last Post: Feb 26, 2010, 4:51 AM
  4. Replies: 1
    Last Post: Jul 06, 2009, 1:33 PM
  5. [CLOSED] Desktop BUG: Modal windows can be minimized and you can interact with the other windows
    By juanpablo.belli@huddle.com.ar in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 31, 2009, 2:49 PM

Posting Permissions