From b5d36cd643d24588633eaf851b83aac751558282 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:31:43 +0300 Subject: [PATCH] SEO-176113-UG-Links-With-Redirects-UWP --- uwp/DataGrid/Filtering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uwp/DataGrid/Filtering.md b/uwp/DataGrid/Filtering.md index 681bc198..e6bd9929 100644 --- a/uwp/DataGrid/Filtering.md +++ b/uwp/DataGrid/Filtering.md @@ -264,7 +264,7 @@ Below are the built-in filter types supported. * Text Filters – Loads various menu options to filter the display text effectively. * Number Filters – Loads various menu options to filter the numeric data. -* Date Filters – Loads various menu options and [DatePicker](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Xaml.Controls.DatePicker) to filter DateTime type column. +* Date Filters – Loads various menu options and [DatePicker](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.datepicker?view=winrt-22621) to filter DateTime type column. @@ -280,7 +280,7 @@ Date Filters
-When the string value is bounded to the {{'[GridColumn](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.GridColumn.html)'| markdownify }} or the items source is {{'[dynamic](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/reference-types)'| markdownify }}, then TextFilters are loaded in {{'[AdvancedFilterControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.AdvancedFilterControl.html)'| markdownify }}. +When the string value is bounded to the {{'[GridColumn](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.GridColumn.html)'| markdownify }} or the items source is {{'[dynamic](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/reference-types)'| markdownify }}, then TextFilters are loaded in {{'[AdvancedFilterControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.AdvancedFilterControl.html)'| markdownify }}. When integer, double, short, decimal, byte or long are bound to the {{'[GridColumn](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.GridColumn.html)'| markdownify }} then Number Filters are loaded in {{'[AdvancedFilterControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.AdvancedFilterControl.html)'| markdownify }}.