Hi, We are using Radzen.Blazor v1.1.16 grid control on our Blazor project. We are trying to enable Case insensitive filtering so we are using the following syntax for radzen grid, But we are getting
"The name 'FilterCaseSensitivity' does not exist in the current context" error. Any Suggestions?
Try importing the Radzen
namespace:
@using Radzen
1 Like
Thank you, that fixed it.