It would be nice to have an option to supply the Grid control with a default filter operator as shown below. The current workaround is long and error prone, because you have to redefine the complete list, the default filter has to be on top. So the ordering matters, that is always a bad idea. Filterable(filterable => filterable .DefaultStringOperator(StringOperatorEnum.Contains) )