Blazorise icon indicating copy to clipboard operation
Blazorise copied to clipboard

DataGrid : Improve filtering for Column specialized inputs, numeric, dates, boolean, etc...

Open mtbayley opened this issue 1 year ago • 0 comments

I think it would be nice to select from a date picker instead of typing the date as a filter.

Additionally, I think a additional mode DataGridColumnFilterMethod.Between would be nice to specify the start and end date. This could also apply to DataGridNumericColumn

I realize you could likely achieve this with FilterMenuTemplate, but I'm hoping this can be a default.

image


From #5262

When the DataGrid column is a DataGridCheckColumn, only DataGridColumnFilterMethod.Equals makes sense

Additionally, I think it would be nice to select from true/false instead of typing "true" or "false" (many of our users won't know to do this).

I realize you could likely achieve this with FilterMenuTemplate, but I'm hoping this can be a default.

image

mtbayley avatar Jan 24 '24 17:01 mtbayley