Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
Problem with Custom Filters
posted

In the RecordFilterDropDownPopulating event, we are adding FilterDropDownItems with ComparisonConditions to e.DropDownItems.  This works fine for regular filters, but not for custom filters.  It adds "Starts With" or "Contains" to the filter.  For instance, if I added a ComparisonCondition with a ComparisonOperator.StartsWith, and the value I want is "Normal", it will try to add a custom filter "Contains 'Starts with 'Normal".  This is what is happening in the example below.