Is there a way of disabling the use of a templated filter programatically? I have a couple of columns which have, by default, templated filters. I want to be able to give the option of reverting back to the standard RadGrid filters.
Edit: Never mind. Figured it out - I just have to null it out.
Edit: Never mind. Figured it out - I just have to null it out.
RadGrid1.MasterTableView.Columns[3].FilterTemplate = null;