[OPEN] [#98] GridPanel: date values in DateColumn not localized

  1. #1

    [OPEN] [#98] GridPanel: date values in DateColumn not localized

    Hello,

    I have have a GridPanel with a Date Column:

    <ext:DateColumn runat="server" Text='<%$ Resources: Column1Header %>' Sortable="true" DataIndex="Assunzione">
            <HeaderItems>
              <ext:DateField ID="AssunzioneFilter1" runat="server" Editable="false">
                <Listeners>
                  <Select Handler="applyFilter(this);" />
                </Listeners>
                <ToolTips>
                  <ext:ToolTip runat="server" Html="<%$ Resources: Column1ToolTip %>"></ext:ToolTip>
                </ToolTips>
              </ext:DateField>
            </HeaderItems>
          </ext:DateColumn>
    The problem here is that the date value in the DateField (AssunzioneFilter1) is correctly localized (using the user-browser settings), while the format of the value in the grid is not localized: the non-english user doesn't see a coherent page. For example, an italian user sees:
    Filter: 24/5/2012
    In the grid: 5/24/2012
    Last edited by Daniil; Dec 27, 2012 at 8:57 AM. Reason: [OPEN] [#98]
  2. #2
    Hi,

    Thanks for the report.

    For now please set up a required DateColumn Format explicitly.

    I have reported in to Sencha.
    http://www.sencha.com/forum/showthread.php?226686
  3. #3
    Somehow my thread on Sencha has disappeared.

    Here is the same request.
    http://www.sencha.com/forum/showthread.php?184613
  4. #4
    It is still not localized in ExtJS 4.2.0 beta. Only in the ext-lang-de locale.

    Opened an Issue to track this defect.
    https://github.com/extnet/Ext.NET/issues/98

Similar Threads

  1. Replies: 1
    Last Post: Nov 29, 2011, 5:11 PM
  2. Replies: 3
    Last Post: Nov 01, 2011, 6:15 PM
  3. [CLOSED] Date Format in DateColumn Elements
    By ljcorreia in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 28, 2011, 8:12 AM
  4. display milliseconds in GridPanel DateColumn
    By jimlahey in forum 1.x Help
    Replies: 0
    Last Post: Apr 06, 2011, 8:16 AM
  5. [CLOSED] Can a DateColumn be empty in GridPanel?
    By logicspeak in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 20, 2010, 12:49 AM

Tags for this Thread

Posting Permissions