Announcement

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

    How to hide a link value in a ListGrid cell?

    Suppose I have a ListGrid field of type "link" with a property "linkURLPrefix" and I have values for all records, is it possible to hide that value for some records based on a condition? I'm trying something with formatCellValue, but I can't call this.Super() there. Is there a way of calling the "original" code when the condition is true and return null if it is false?

    #2
    See ListGrid.getDefaultFormattedValue().

    Comment


      #3
      Perfect, thanks for the very fast reply!

      Comment

      Working...
      X