Announcement

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

    SetFilterItem and Saved views

    I'm experimenting with SmartClient 14.1 and the new SetFilterItem.

    If I have a ListGridField with an optionDataSource, but without explicit filterEditorType, then the filter item will automatically be SetFilterItem.
    If I then load a Saved view, the filter item changes to SelectItem. I would expect it to remain SetFilterItem.

    Steps to reproduce in Showcase:
    1. https://smartclient.com/smartclient-...sheetFiltering
    2. In spreadsheetFiltering.js remove all `filterEditorType:"SetFilterItem"`
    3. See that the filter item for Category field is SetFilterItem
    4. Create a new Saved view and load it
    5. See that now the filter item is SelectItem
Working...
X