Datefield control + localization + korean culture

  1. #1

    Datefield control + localization + korean culture

    Hello,

    I want to report a bug about DateField localization issue.
    When i use DateField control with Korean culture set as my browser language, no matter what month i select,
    by default date is set for February month in inline editing of gridpanel.

    Regards
    Rashid Siddique
  2. #2
    Hello,

    Interesting... We know of a similar bug and have already opened an issue (#712) but is about version 3.x and happens only under certain circumstances, for example when only months and years can be selected and the date format is set to "MMMM yyyy".

    Can you please provide us with the declaration of your DateField? Another nice thing to do would be to test the DateField alone (i.e. without using it inside a GridPanel).
  3. #3
    Hello Dimitri

    Here is the declaration of DateColumn
    <ext:DateColumn ID="DateColumn7" runat="server" Style="text-align: center" Text="SOQ" Sortable="true"
    DataIndex="SOQ" Format="MMM.yy" >
    <Editor>
    <ext:DateField ID="dtSOQ" runat="server" AllowBlank="false" Format="MMM.yy" Cls="txt-backcolor" >
    </ext:DateField>
    </Editor>
    </ext:DateColumn>

    Regards
    Rashid Siddique

Similar Threads

  1. [OPEN] [#45] DateField Localization Issue
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 10
    Last Post: Jun 21, 2013, 10:51 AM
  2. Replies: 4
    Last Post: Mar 26, 2012, 12:16 AM
  3. [CLOSED][BUG] Arrow's Culture Localization in DateField
    By SETConsulting in forum 1.x Help
    Replies: 0
    Last Post: Feb 16, 2011, 8:31 AM
  4. [CLOSED] DateField culture issue
    By jsemple in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Sep 16, 2009, 1:59 PM
  5. [CLOSED] DateField labels localization
    By methode in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 12, 2008, 7:02 AM

Tags for this Thread

Posting Permissions