Could it be possible to change filtering template on specific columns server-side on autogenerated columns?
I use radgrid in a composite server control. i have a custom filter column extended from GridBoundColumn. I'd like to replace default filter template (textbox and a button) with my own on specific columns.
As i can see from your examples, this can be set declaratively or when the column autogeneration is false on pageload event. Should I override some method when the default filters are applied to the columns?