[CLOSED] Thousands separator in numberfield

  1. #1

    [CLOSED] Thousands separator in numberfield

    I found the decimalseparator. but I found nothing to set point as thousands separator.
    Last edited by Daniil; Nov 09, 2010 at 8:37 PM. Reason: [CLOSED]
  2. #2
    Hi,

    NumberField doesn't support formating. Use TextField (formating will be applied on blur)
    <ext:TextField ID="TextField1" runat="server" MaskRe="/[0-9\-\,\.]/">
                <Listeners>
                    <Change Handler="this.setValue(Ext.util.Format.number(newValue.replace(/[\$]/g, ''), '$0.00'));" />
                </Listeners>
            </ext:TextField>

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. [CLOSED] How to allow thousand separator in ext:NumberField?
    By sailendra in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: May 07, 2012, 10:35 AM
  3. Replies: 0
    Last Post: Apr 19, 2012, 8:15 PM
  4. [CLOSED] Thousands separator
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 19, 2011, 7:07 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

Posting Permissions