DataGrid : Improve filtering for Column specialized inputs, numeric, dates, boolean, etc...
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.
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.