NumberField is front of a CalendarExtender

  1. #1

    NumberField is front of a CalendarExtender


    HI well i have a problem with Number Field and a asp textbox with Calendar extender, when calendar expand the NumberField is in front of Calendar so it hide some part of the calendar i attach a image to explain better

      
    
    
    <td >
    
    
    <asp:TextBox ID="TxtFechaImpresion" runat="server"></asp:TextBox>
    
    
    <cc2:CalendarExtender ID="TxtFechaImpresion_CalendarExtender" runat="server" 
    
    
    Enabled="True" Format="dd/MM/yyyy" TargetControlID="TxtFechaImpresion" 
    
    
    PopupPosition="BottomLeft">
    
    
    </cc2:CalendarExtender>
    
    
    <asp:Image runat="server" ID="Icalendario" ImageUrl="~/Imagenes/Calendar02.png" 
    
    
    Width="18px"/>
    
    
    .
    .
    .
    <ext:NumberField ID="NFTamaoPaquete" runat="server" Text="250" MinValue="1" 
    
    
    AllowDecimals="false" AllowBlank="False" AllowNegative="False" MaxValue="1000" >
    
    
    </ext:NumberField>
  2. #2

    RE: NumberField is front of a CalendarExtender

    Hi Moreno,

    You should be able to move the Calendar to the front by adjusting whatever css class controls the z-index for the Calendar. I'm assuming the Calendar's root element is a with a css class applied to help with x/y/z positioning.


    Hope this helps.


    Geoffrey McGill
    Founder
  3. #3

    RE: NumberField is front of a CalendarExtender

    Move thread from "Bugs" forum to "Help" [http://forums.ext.net/forumdisplay.php?forumid=4-1.aspx]

    Geoffrey McGill
    Founder
  4. #4

    RE: NumberField is front of a CalendarExtender

    Thanks to respond so quikly
    i dont have the calendar in any css class but i´ll try to do that you told me..
    and the calendar and other elements are in a html table with out s.
    but just for curiosity, the same page i put the propierity PopupPsition = TopLeft in my Calentar extender and ext:textfield that i have declared before doesnt show front of the calendar. so what is the diference between NumberField and TextField.
    again a image to explain
  5. #5

    RE: NumberField is front of a CalendarExtender

    Hi Moreno,

    Seems like there's several references online to developers trying to adjust the z-index


    http://forums.asp.net/t/1071605.aspx



    http://www.codeverge.net/item.aspx?item=13883



    I'm sure there's a reason you're using the Calendar Extender control, but just in case you were unaware, the similar functionality is included with the <ext:DateField> Control.


    Example


    <ext:DateField id="DateField1" runat="server" Format="dd/MM/yyyy" />

    Hope this helps.


    Geoffrey McGill
    Founder
  6. #6

    RE: NumberField is front of a CalendarExtender

    *well i didn´t use datefield because it doesn´t show complete like image show so i used calendar extender, but i tried with another explorer (Chrome and Firefox) an it works fine!! so i think is a incompatibility with Internet Explorer 8 i´ll tri in ie7 to check what happen.thank you very much for you help.

Similar Threads

  1. bring items of combobox to front
    By Birgit in forum 1.x Help
    Replies: 0
    Last Post: Sep 02, 2011, 7:33 AM
  2. [CLOSED] How to show a label in front of a button?
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 01, 2010, 10:54 AM
  3. 0 in numberfield
    By [WP]joju in forum 1.x Help
    Replies: 1
    Last Post: Sep 22, 2009, 10:19 AM
  4. Replies: 4
    Last Post: Mar 26, 2009, 11:33 AM
  5. CalendarExtender
    By Nick in forum 1.x Help
    Replies: 1
    Last Post: Jun 15, 2008, 9:55 AM

Posting Permissions