For RadGrid, is there a way to assign different CSS to each column of the filter row?
I can assign CSS class to Header, Footer and Item columns by changing HeaderStyle.CssClass, FooterStyle.CssClass and ItemStyle.CssClass. But I don't know how to do that to Filter Row column.