Hi,
There is a bug in PickList used as drop down of SelectItem or ComboBoxItem.
Can be seen in showcase example https://www.smartclient.com/smartcli...oFilterRelated
If you try to narrow your search using other than default operator, then whatever you already typed in filter editor field is cleared as soon as server trip returns.
From what I discovered this is "only" happening when PickList request AdvancedCriteria to server. As long as you are using default operators Simplecriteria is requested and there is no issue. But if you force PickList to generate AdvancedCriteria by:
- changing search operator or
- set SelectItem.pickListCriteria as advanced or
- set AllowFilterExpressions
then anything you type into filter editor criteria field would be swallowed.
As we are using multi field search in SelectItems a lot and using complex criteria, so this is blocking us from migration to 6.1.
Thanks for looking into it,
MichalG
There is a bug in PickList used as drop down of SelectItem or ComboBoxItem.
Can be seen in showcase example https://www.smartclient.com/smartcli...oFilterRelated
If you try to narrow your search using other than default operator, then whatever you already typed in filter editor field is cleared as soon as server trip returns.
From what I discovered this is "only" happening when PickList request AdvancedCriteria to server. As long as you are using default operators Simplecriteria is requested and there is no issue. But if you force PickList to generate AdvancedCriteria by:
- changing search operator or
- set SelectItem.pickListCriteria as advanced or
- set AllowFilterExpressions
then anything you type into filter editor criteria field would be swallowed.
As we are using multi field search in SelectItems a lot and using complex criteria, so this is blocking us from migration to 6.1.
Thanks for looking into it,
MichalG
Comment