Hi, I've been asked to put a tool tip on the clear filter icon in the grid's (the big "X"). Is there any cleaner and/or more efficient way than this? Currently I'm having to call this every time in the databound event.
$(".k-grid").find(".k-filtercell").find(".k-i-close").attr("title", "Clear Filter");