Announcement

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

    How to change a filter editor optionCriteria after grid has been created?

    Is there a way to change a filter editor optionCriteria after grid has been created? Changing ListGridField optionCriteria works just fine. The option list gets correctly refreshed using the new criteria when editing a row, but filter editor for the same field always shows the option list based on the very first optionCriteria. This behavior was observed using SmartClient/SmartGWT Framework (v9.1p_2014-06-22/Enterprise Deployment 2014-06-22) and FireFox 24.6.0

    #2
    In general, you can return arbitrary criteria by providing a PickListCriteriaFunction. Provide a custom filterEditor by setting listGridField.filterEditorType.

    Comment

    Working...
    X