[CLOSED] NumberColumn: incorrect result value if number is negative

  1. #1

    [CLOSED] NumberColumn: incorrect result value if number is negative

    Hello

    <ext:ModelField Name="SF" Type="Float" />
    
    <ext:NumberColumn runat="server" Text="SF" DataIndex="SF" Align="Right" Format="0,0">
    </ext:NumberColumn>
    When the number is positive (30000), the result is correct: 30,000
    But if the number is negative (-30000), the result is -30000 (without any thousand separators)

    -Yury
    Last edited by Daniil; May 05, 2014 at 3:11 PM. Reason: [CLOSED]
  2. #2
    Thank you for submitting this report. We will investigate.

    I'm assuming you were testing with Ext.NET 2.x?
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    I'm assuming you were testing with Ext.NET 2.x?
    Yes, I was testing with Ext.NET 2.5
  4. #4
    Hi everybody,

    It is a known issue.
    https://github.com/extnet/Ext.NET/issues/333

    Geoffrey, do you think we can use a fix suggested by Evan?
    http://www.sencha.com/forum/showthre...l=1#post974053
  5. #5
    It would be best to add that override to your Page if you require the fix.

    Unfortunately we will not be able to add to the main Ext.NET override source files.
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] Combining NumberColumn and SummaryColumn
    By tylert in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 05, 2013, 5:18 AM
  2. MVC - razor - ColumnFor with NumberColumn
    By bright in forum 2.x Help
    Replies: 3
    Last Post: Oct 23, 2013, 8:58 AM
  3. [OPEN] [#333] Negative number, "Comma" is disappear
    By gs_user in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 30, 2013, 5:31 AM
  4. [CLOSED] .DecimalPrecision for NumberColumn
    By bayoglu in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 22, 2013, 12:08 AM
  5. [CLOSED] NumberColumn Format
    By osef in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 14, 2012, 7:41 AM

Posting Permissions