Announcement

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

    ListGrid.getDisplayValue() does not work with hidden fields

    SmartClient Version: v13.1p_2025-09-04/AllModules Development Only (built 2025-09-04)

    Hi, I noticed that the method ListGrid.getDisplayValue() does not work with hidden fields.

    Wouldn’t it make sense for it to work anyway, for example to be used inside formatCellValue?



    #2
    In fact, I see that if instead of passing the field name I pass the field itself (retrieved with getFieldByName), then it works.

    Comment


      #3
      It definitely makes sense to be able to get the displayValue for a hidden field. We've added this change for tomorrow, for 15.0, and it will be backported as soon as tests pass.

      Comment

      Working...
      X