-
-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
Milestone
Description
When filtering on a type string the filter is case sensitive. Is it possible to support System.StringComparison so I can use InvariantCultureIgnoreCase. For example:
- Extend the function GridDataProviderRequest.ApplyTo() with an extra parameter System.StringComparison
- Add a FilterSelector option similar as done for sorting SortKeySelector. Custom filter logic can be added this way
gvreddy04