I am trying to replace the filter drop down on the Kendo grid with a message instructing the user to use the custom filter that exists external to the grid. Please note, this is only for one of the filter columns, all the others are fine. I would like it look something like this:
I tried adding the text into the Filterable UI property but that is expecting a JavaScript function and so throws an error in the browser.


It's a bit of a hack, but you could call a javascript function that replaces the content of the drop down like this :