Announcement

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

    ListGrid.getField by name

    Is there a reason why ListGrid.getField(String) returns null if the field is hidden? This isn't mentioned in the documentation.

    #2
    Well, it's implied by being able to fetch by column or name (non-visible fields do not have a column number), but it could be made more explicit.

    You can use getAllFields() if for some reason you need information for fields that aren't currently visible.

    Comment

    Working...
    X