Default FilterCaseSensitivity

Many components have a FilterCaseSensitivity property which is by default set to “Default” (at least it’s how it appears in RBS) and which translates to CaseSensitive. Is there a way to globally ensure that “Default” is always CaseInsensitive so that I would not have to go through the entire app and set the property of each relevant component? Replacing all those components by my own custom components would just as much work…

Thanks!

Unfortunately we are not aware of any other apporach. Other possible solution is to alter the code of the service method used to get data for these components or work directly with database colation: