DatePicker doesn't look good in tab

  1. #1

    DatePicker doesn't look good in tab

    Hello,

    This post is in continue to this post:
    http://forums.ext.net/showthread.php...=7241-4-1.aspx

    I upgraded to version 0.8 and I still encounter problems regarding the appearance of a DatePicker within a tab.

    I attached the whole web-site project (it's a very small and simple one).
    It is exactly like the one that I attached in my previous post, with a small difference: The opening tag of the ext:TabPanel looks like this:

    <ext:TabPanel runat="server" Height="300" ActiveTabIndex="0" DeferredRender="false" LayoutOnTabChange="true">
    instead of this:

    <ext:TabPanel runat="server" Height="300" ActiveTabIndex="0">
    Check what happens in Tab2 when clicking on the Month-Year part on the top of the DatePicker (the pop-up appears transparent).

    Thanks.
  2. #2

    RE: DatePicker doesn't look good in tab

    Hi,

    DeferredRender="false" LayoutOnTabChange="true" is not required until you use layout inside tab (I mean layout which is single control inside tab Body)


    Please remove it and set HideMode="Offsets" for second Tab
  3. #3

    RE: DatePicker doesn't look good in tab

    Hi Vladimir,

    Thanks for your reply.

    The example that I sent you is a very(!!!) simplified version of my real code: In my real code I have layouts and also I cannot remove the "DeferredRender='false'" part since it results in multiple "<x> is undefined" javascript errors.

    Is there another way of fixing it (by manipulating CSS files for example or something similar)?

    Thanks.

Similar Threads

  1. Ext.Net+ASP WebForm Big project small DLL good??
    By Martin.Vecchione in forum Open Discussions
    Replies: 3
    Last Post: Apr 05, 2012, 3:40 PM
  2. Desktop : Good practice
    By Yannis in forum 1.x Help
    Replies: 5
    Last Post: Mar 30, 2012, 10:32 AM
  3. Script runs good in IE9 but not in IE8
    By AlexMaslakov in forum 1.x Help
    Replies: 2
    Last Post: Sep 29, 2011, 7:01 AM
  4. Replies: 0
    Last Post: Jan 27, 2011, 5:30 PM
  5. Replies: 0
    Last Post: Jul 11, 2010, 10:24 AM

Posting Permissions