I currently have the Grid working with row filter.
Is there a way to add a new operator to the filter? For example, a List filter: I want to select the List operator, and then paste in a comma separated list of values in the filter input box and then trigger a filter that will search for all the values in the list.
I can code in the filter handling (it's all happening on the server-side) but can't figure out how to add a new filter operator.