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:
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:
- https://smartclient.com/smartclient-...sheetFiltering
- In spreadsheetFiltering.js remove all `filterEditorType:"SetFilterItem"`
- See that the filter item for Category field is SetFilterItem
- Create a new Saved view and load it
- See that now the filter item is SelectItem