This question is locked. New answers and comments are not allowed.
I've been looking at the documentation on how to remove the match case option for filter editors (http://www.telerik.com/help/silverlight/gridview-how-to-hide-match-case.html) and was wondering if there is a similar method I can use to change the default operator from Starts with to Contains. I've tried using .ChildrenOfType<RadComboBox>, but it doesn't find anything. Any ideas?