Announcement

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

    Detecting if a formula field is visible

    Hello,

    We are using 8.2 and trying to determine if a formula field is currently visible in a grid. We are looping over all the fields using grid.getAllFields and checking each field using grid.fieldIsVisible. However, grid.fieldIsVisible is not evaluating correctly for formula fields. Is there a recommended way to determine if a formula field is currently visible vs hidden?

    #2
    In a quick test we could not reproduce a problem here. But you can always directly check if the field object is present in the grid.fields array, which is basically what fieldIsVisible() does.

    Comment

    Working...
    X