[CLOSED] Month Picker in Grid

  1. #1

    [CLOSED] Month Picker in Grid

    Hi

    I am facing one issue, when I am using month picker in Grid. If my system date is 31st March and I choose Feb as a month in Datepicker
    It automatically converts it to the March. There is no way I can select feburary, if my system date is 31st March.

    It seems it tries to adjust the current date in the month chosen, if it fails it falls back to the current month or so.
    I am not sure, if its a bug with control.

    Given is the code, I am using in IE9 - Ext.net 2.2 - Win7 OS

    
     EXT.DateField().ID("myDate")
                                        .Cls("date-field-black").StyleSpec("margin-right: 2px").Width(89)//.Height(89)
                                        .Type(DatePickerType.Month).Format("m/yyyy")
                                        .EnforceMaxLength(true).MaxLength(7)
    Thanks,
    Rajiv Dutt
    Last edited by Daniil; Apr 09, 2014 at 1:40 AM. Reason: [CLOSED]
  2. #2
    Hi @RajivDutt,

    I cannot reproduce. Please provide a full sample.

Similar Threads

  1. [CLOSED] Group Grid by month and Year
    By rbarr in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 16, 2012, 9:33 AM
  2. [CLOSED] calendar month view
    By farisqadadeh in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: May 02, 2011, 3:42 PM
  3. Replies: 1
    Last Post: Feb 15, 2011, 5:45 PM
  4. datefield - month not rendering
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Jul 14, 2009, 4:23 PM
  5. DateFields adds one month
    By EzaBlade in forum 1.x Help
    Replies: 1
    Last Post: Mar 23, 2009, 1:09 PM

Tags for this Thread

Posting Permissions