Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO-176113-UG-Links-With-Redirects-UWP #472

Open
wants to merge 1 commit into
base: hotfix/hotfix-v23.2.4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions uwp/DataGrid/Filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<table>
<tr>
Expand All @@ -280,7 +280,7 @@ Date Filters
</tr>
<tr>
<td>
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 }}.
</td>
<td>
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 }}.
Expand Down