I want to provide a filter function for one column only and I only want to provide the filter option "contains" in the filtering drop down list. How can I do that? Thank You.
To provide filter functionality for only one column you can set AllowFiltering property for the other columns to false.
And to display only a subset of the available filter functions refer to the following link, Reducing the filter menu options