This question is locked. New answers and comments are not allowed.
I would like to ask if there is possibility to change standard filter template to custome filter template. For example, if I have column called PaymentType that is string, and when I want to filter grid by this columnt, I must type Cash or Tranfer. But I would like to have something like comboBox with this two options in filtering window. I know that I can use enum type, but my grid is localized to many languages. Can I change typical filtering window to my own?