I have a question, well it could be the form of two, but either answer would be great...
I have a kendo grid with a column filter with a text box, with a contains operator and all other operators as false. I have a couple issues with the filter, if you take a look at the image below
You can see that the 2nd clear filter button is all the way over to the right, how do I remove that button or at the very least bring it over to the filter textbox? I know I can remove the inner clear button using
this.element.find(".k-filtercell .k-autocomplete .k-clear-value").remove();