Using SmartClientJS 13.0, I have a ListGrid with searchForm and in that SearchForm I have a ComboBoxItem where addUnknownValues is false. The goal is that I can type a value in the combo box and this should cause an advanced "contains" operator request on the related item. After I click an individual item, it should perform an "exact" operator request on the model itself.
Besides that, is it possible to change the field name that gets send to the server? By default, it uses the display field name. I've managed to change this via getPickListFilterCriteria() but was wondering it there's a property for this.
I've searched for similar questions but couldn't find any.
Besides that, is it possible to change the field name that gets send to the server? By default, it uses the display field name. I've managed to change this via getPickListFilterCriteria() but was wondering it there's a property for this.
I've searched for similar questions but couldn't find any.
Comment