[FIXED] NumberField always shows comma as decimal separator

  1. #1

    [FIXED] NumberField always shows comma as decimal separator

    Hi,

    I have a NumberField which should show a value with 2 decimal places. Whether i set the DecimalSeparator property to "." or not, the separator is always displayed as a comma ",".

    The exact same problem appears also with the SpinnerField control.

    I already checked the Locale of the ResourceManager and it show's the correct culture ("de-CH").

    Do you have any idea what could cause this problem.

    Thanks, Martin
    Last edited by Daniil; Mar 04, 2011 at 1:17 PM. Reason: [FIXED]
  2. #2
    Hi,

    Thanks for the report. We are investigating.

    For now please use the following CustomConfig section.

    Example
    <ext:NumberField runat="server">
        <CustomConfig>
            <ext:ConfigItem Name="DecimalSeparator" Value="." Mode="Value" />
        </CustomConfig>
    </ext:NumberField>
  3. #3
    The bug ticket has been created,
    https://extnet.lighthouseapp.com/pro...ugs/tickets/76

    The fix has been added to the SVN, revision #3490.

    Thank you for the report.

Similar Threads

  1. numberfield control and decimal separator
    By cperriot in forum 1.x Help
    Replies: 0
    Last Post: Jul 17, 2012, 2:36 PM
  2. numberfield comma issue
    By mirwais in forum 1.x Help
    Replies: 2
    Last Post: Feb 24, 2012, 4:24 AM
  3. Replies: 2
    Last Post: Jan 26, 2012, 12:43 PM
  4. SpinnerField decimal separator problem...
    By Ealirene in forum 1.x Help
    Replies: 4
    Last Post: Jan 26, 2011, 7:19 PM
  5. [CLOSED] [1.0] NumberField decimal separator issue
    By chrisbranson in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 10, 2010, 3:05 PM

Tags for this Thread

Posting Permissions