Problem in the DateField Size

  1. #1

    Problem in the DateField Size

    I am using the DateField inside a panel... If the panel is visible during page load, the datetfield is displaying correctly. If the panel is invisible during page load and made to visible only after a event trigger, the datefiled is not displaying correctly.
    Same happens with the file upload control also. The width of the control reduces...
    Any advise?
  2. #2
    Hello, welcome to Ext.NET forums!

    I couldn't reproduce your issue. Can you provide a test case highlighting the problem?

    Here's what I've tested here (a dateField inside a hidden panel on page load):

    <!DOCTYPE html>
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
            <ext:ResourceManager runat="server" SourceFormatting="true" ScriptMode="Debug" />
            <ext:Panel runat="server" Title="60499" Hidden="true" ID="gp1">
                <Items>
                    <ext:DateField runat="server" Text="Field with date. :)" />
                </Items>
            </ext:Panel>
            <ext:Button runat="server" OnClientClick="App.gp1.show()" Text="Reveal panel" />
        </div>
        </form>
    </body>
    </html>
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 3
    Last Post: Apr 27, 2016, 2:14 AM
  2. Group Header size problem
    By glenh in forum 2.x Help
    Replies: 2
    Last Post: Jul 03, 2014, 12:34 AM
  3. [CLOSED] Problem change font size of textfield in Google Chrome
    By xeo4.it in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 30, 2013, 7:26 AM
  4. [CLOSED] MVC paging - page size problem
    By boris in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Oct 25, 2012, 2:45 PM
  5. TopBar Size Problem in TreePanel, panle and grid panel
    By Ganesh3.shirsath in forum 1.x Help
    Replies: 0
    Last Post: Nov 18, 2010, 11:38 AM

Posting Permissions