RadzenGridColumn

Hello,

I'd like to know the keywords accepted in the string property for FilterOperator related to RadzenGridColumn.

Currently my app only works with "eq" that filter by equals but would like to use StartsWith, EndWiths, etc.

Thanks.

Best Regards,
Dante

Hi @danterran,

Why not use the default filtering menu? Contains is default option:

Hi @enchev,

I'd like to use only in a single column this option . Rest of columns are using in grid AllowFiltering="true"

So for this single column I am looking for "Startswith" solution.

Thanks for the help.

Best Regards,
Dante

Hi @danterran,

I'm still not sure how you will filter the column if the filtering is not enabled but you can try to set FilterOperator="startswith".

Thanks @enchev, It works fine!