Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid allignment bug

    This bug is in the annoying defects category. Not critical but makes the default behavior look bad.


    Observed: create a ListGridField, which has an ID value of type Integer (or Long). This value uses an OptionDataSource to map the ID to a String. The ListGridField will align the String using the style of Integer/Long (ie, right justified).

    Expected: Mapped to a String, it should look like a String, ie, be left justified. It should look at the field type of the optionDataSource displayField and use that semantics (ie, if it maps to a String -> Double then it should show right justified)

    Workaround: Manually specify the Alignment for the field.

    #2
    Agreed.
    We've fixed this in mainline - the fix will not make it into 2.5, but will be present in 3.x nightlies going forward.

    Comment

    Working...
    X