We have a column of type text, and want to change the default filter from 'equals' to 'contains'.
This doesn't seem to have any effect:
.Filterable(f => f.Cell(c => c.Operator("contains")))
This does not seem to work in the context of the MVC Grid: jQuery Set the Default Filter Operator in the Grid - Kendo UI for jQuery