Announcement

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

    Enhancement suggestion: API ListGrid.setAllowFilterExpressions() on ListGridField too

    Hi Isomorphic,

    could you make ListGrid.setAllowFilterExpressions() available on ListGridField-level as well?
    Use case: I'd like to have it for all my number-fields, but not my text-fields.

    I think this is a good enhancement, although not an important one.

    Thank you & Best regards
    Blama

    #2
    You should be able to use ListGridField.setEditorProperties() to set allowExpressions on a per-field basis.

    Regards
    Isomorphic Software

    Comment

    Working...
    X