[FIXED] [#1694] Grid number column alignment - mismatched Center and Right enumeration

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [FIXED] [#1694] Grid number column alignment - mismatched Center and Right enumeration

    Hello support team,
    we just installed Ext.NET 5.1 in the hope that the old bug in aligning numeric columns in the grid will be resolved... unfortunately not. Because it looks like an ordinary typo, I won't send a test case, the code snippet should clarify this issue. If column alignment is specified in the model, Align = Ext.Net.Alignment.Right centers the column and vice versa, Align = Ext.Net.Alignment.Center aligns column to the right:

    [NumberColumn(Order = 3, Flex = 1, Align = Ext.Net.Alignment.Right)]
    [Filter(FilterType.Number)]
    public decimal Amount { get; set; }
    The definition above results in a centered column.

    Kind regards
    Dan
    Last edited by fabricio.murta; Feb 24, 2020 at 6:27 PM.

Similar Threads

  1. [CLOSED] Grid column alignment + row expander
    By machinableed in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 14, 2012, 12:50 PM
  2. [CLOSED] Multi Level Grid -> Column Headers css style and alignment
    By bsnezw in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jun 16, 2011, 3:22 PM
  3. [CLOSED] number renderer in grid column
    By Vasudhaika in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 05, 2010, 10:01 AM
  4. [CLOSED] Number grid column format
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 15
    Last Post: Oct 27, 2010, 2:40 PM
  5. [CLOSED] [1.0] Number format in Grid Column
    By bsnezw in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 09, 2010, 1:06 PM

Tags for this Thread

Posting Permissions