Hi
Is it possible to disable the operators button for all cells (in row filter mode) without having to apply it to every column.
At the moment I have the code below but ideally just want this applied at a more global level
columns.Bound(c => c.JobTitle).Width(400).Filterable(f => f.Cell(cell => cell.ShowOperators(false)));
Thanks
Andy