RadzenDataGrid filter case sensitivity

Hi,

Is there any way to make the filters in the columns case insensitive?

Thanks

Yea, there is a property for that - check our filtering demos for reference.

Actually, even with FilterCaseSensitivity="FilterCaseSensiivity.CaseInsensitive", it's still case sensitive when using the default filtering dialog with an AND clause:
Screenshot 2024-09-30 181723

I'm searching for when the column is not empty AND contains 'suite' - though I have the attribute set, it will only find records when I capitalize the word.