blazorbootstrap icon indicating copy to clipboard operation
blazorbootstrap copied to clipboard

Grid: Filters - Enum support

Open wumingcp-ps opened this issue 6 months ago • 3 comments

When I use BlazorBootstrap to create the Grid componment, I want to show some enum in the Grid, and filter them, but the filter button is disabled, when I check the code and find there is no EnumFilterOperator, do you have plan to add one? thanks

blazorbootstrap/Components/Grid/FilterOperatorHelper.cs

wumingcp-ps avatar Dec 27 '23 01:12 wumingcp-ps

@wumingcp-ps Thank you for reaching out to us. We will be happy to add these two enhancements.

To ensure clarity and maintainability, could you please create a separate issue for the "String NotEqual" filter? This will allow us to track and address each enhancement independently.

gvreddy04 avatar Dec 27 '23 07:12 gvreddy04

@wumingcp-ps Thank you for reaching out to us. We will be happy to add these two enhancements.

To ensure clarity and maintainability, could you please create a separate issue for the "String NotEqual" filter? This will allow us to track and address each enhancement independently.

Sure, create another issue: https://github.com/vikramlearning/blazorbootstrap/issues/486

wumingcp-ps avatar Dec 27 '23 11:12 wumingcp-ps

Bump, this functionality would be greatly appreciated or an alternative would be the option to specify a func with string return type so that the existing filters could be used.

Sicarii-Dev avatar Apr 28 '24 20:04 Sicarii-Dev