Allow general configuration of SuggestionOperator, as is available for Operators.
I can do something like this in GridFilterableSettingsBuilder --
filterable.Operators(operators => operators
.ForString(str => str
.Clear()
.Contains("contains"))
I would like to also be able to do this --
filterable.SuggestionOperator(FilterType.Contains)
Hello Christopher,
Thank you for logging this Feature Request. If I understand correctly the Feature Request is for the possibility to set the SuggestionOperator defining the AutoComplete filter option for all columns, instead of setting it for every column. Based on the support received from the community and our priority queue, we will consider whether to proceed with its implementation. I suggest monitoring this thread for notifications on the status of the Feature Request.
If you had a different implementation in mind could you please share further details on the scenario in question and the goal that needs to be achieved?
Regards,
Aleksandar
Progress Telerik