Would it be possible to set the logic expression when doing a search in a textbox?
Ex:
{ title: "Customer Name", dataIndx: "ContactName",
filter: { type: "textbox", condition: 'contain', listeners: ['keyup']
}
When doing a search, I would like to change the condition to notcontain. (-searchterm or simliar).