Skip to content

Commit 6e3553a

Browse files
modified some changes
1 parent a3cd541 commit 6e3553a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MAUI/DataGrid/filtering.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ The supported built-in filter types are shown below.
266266
</tr>
267267
</table>
268268

269-
#### Case sensitivie
269+
#### Case sensitive
270270
By default, casing is not considered while filtering. Because, filter predicates will be created with [IsCaseSensitive]() as `false`. The case sensitive icon in the advanced filter UI can be used to enable `IsCaseSensitive` as `true` for the column. This option is only available for the `TextFilters` filter view.
271271

272272
## Events
@@ -475,7 +475,7 @@ Advanced Filter with `ImmediateUpdateColumnFilter` as `True`
475475

476476
## Customizing the filter popup menu options
477477
### Visibility of sort options
478-
The sort options in the filter popup will be enabled only when we set [SortingMode]() as `Single` or `Multiple`. OtherWise the icons are in disable state. If you want to remove the sort options from the filter popup, set the [SortOptionsVisiblity]() to `false` using `FilterPopupStyle`. As the defualt value of `SortOptionsVisiblity` is `true`, the sort options is visible in the popup menu.
478+
The sort options in the filter popup will be enabled only when we set [SortingMode]() as `Single` or `Multiple`. OtherWise the icons are in disable state. If you want to remove the sort options from the filter popup, set the [SortOptionsVisibility]() to `false` using `FilterPopupStyle`. As the default value of `SortOptionsVisibility` is `true`, the sort options is visible in the popup menu.
479479

480480
{% tabs %}
481481
{% highlight XAML %}
@@ -572,7 +572,7 @@ The `SfDataGrid` uses an icon to open the filter popup in UI filtering. You can
572572

573573
<img src="Images/filtering/maui-datagrid-filtering-filterTemplate.png" width="500" alt="Filter icon template">
574574

575-
### Load filter icon through template seletcor
575+
### Load filter icon through template selector
576576
When choosing a `FilterIconTemplate` as a DataTemplateSelector, you have the option to supply two different templates for columns.
577577

578578
{% tabs %}

0 commit comments

Comments
 (0)