Announcement

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

    Constrain FilterBuilder options on DateField

    Is it possible to constrain FilterBuilder options on a DateField to e.g. "equals" and "contains" and hide the rest. I'm using the SmartGWT 2.2.

    Tnx
    Micfra

    #2
    Ok, I had a look into the source and found DataSourceField.setValidOperators(OperatorId ...) with. That was the right thing...

    Maybe it will help somebody else.

    micfra

    Comment

    Working...
    X