In my grid, if I enable filter row, and start to search for anything in the column's filter cell, a little spinning 'k-loading' icon shows up, but it doesn't go away after I press enter, or even if I click the 'X' to clear the filter.
Using a template such as: template: '<input type="text" class="k-textbox" autocomplete="off" />' prevents the icon, but this seems like a hack. Plus I do want to see the spinner until the user presses the enter key, but no longer.
Bob Graham