Announcement

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

    how to get listgridfield's hidden attribute

    Hi there,

    In listGridField, we can use setHidden() to set hidden attribute for the column, is there get function to get this attribute?

    Thanks.

    #2
    ListGrid.fieldIsVisible() it is also part of the "state" of the field when you use getFieldState()

    Comment

    Working...
    X