diff --git a/Documentation/Blazorise.Docs/Pages/News/2024-10-15-release-notes-170.razor b/Documentation/Blazorise.Docs/Pages/News/2024-10-15-release-notes-170.razor index dd9d401481..98e7fcaffc 100644 --- a/Documentation/Blazorise.Docs/Pages/News/2024-10-15-release-notes-170.razor +++ b/Documentation/Blazorise.Docs/Pages/News/2024-10-15-release-notes-170.razor @@ -165,6 +165,15 @@ DataGrid + + New DataGridColumnFilterMethod.Between + + + + We've introduced a new DataGridColumnFilterMethod that now comes automatically with your number and date columns when the Filter Mode is set to Menu. + The filtering mechanism was reworked such that SearchValue can now contain a range of values. This allows for more advanced filtering options, such as filtering by a range of dates or numbers. The new DataGridColumnFilterMethod.Between option enables you to filter data based on a range of values, providing greater flexibility and precision in your filtering criteria. + + SelectedCell API