From e605fdde2f89e1835f1f8d2df138fe412bfac6ad Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Thu, 11 Aug 2022 13:07:11 +0300 Subject: [PATCH 1/3] image alt text changes --- xamarin-android/SfDataGrid/Sorting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xamarin-android/SfDataGrid/Sorting.md b/xamarin-android/SfDataGrid/Sorting.md index 6faea828..14ac52cc 100644 --- a/xamarin-android/SfDataGrid/Sorting.md +++ b/xamarin-android/SfDataGrid/Sorting.md @@ -7,7 +7,7 @@ control: SfDataGrid documentation: UG --- -# Sorting +# Sorting in Xamarin.Android SFDataGrid The dataGrid allows sorting on its data by setting the [SfDataGrid.AllowSorting](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfDataGrid.GridColumn.html#Syncfusion_SfDataGrid_GridColumn_AllowSorting) property to `true`. It allows sorting the data against one or more columns. When sorting is applied, the data grid automatically rearranges the data to match with the current sort criteria. When the `SfDataGrid.AllowSorting` is `true`, you can sort the data simply by tapping the column header. Once sorting is applied, the data grid shows a sort icon in the respective column header indicating the direction of sorting. @@ -44,7 +44,7 @@ The following code example shows how to enable tri-state sorting in the data gri dataGrid.AllowTriStateSorting = true; {% endhighlight %} -![](SfDataGrid_images/Tristate_Sorting.gif) +![Xamarin.Android SFDataGrid tri-state sorting](SfDataGrid_images/Tristate_Sorting.gif) ## Multi-column sorting @@ -56,7 +56,7 @@ The following code example shows how to enable multi-sorting in the data grid: dataGrid.AllowMultiSorting = true; {% endhighlight %} -![](SfDataGrid_images/MultiColumn_Sorting.gif) +![Xamarin.Android SFDataGrid multi column sorting](SfDataGrid_images/MultiColumn_Sorting.gif) ## Sort column by double click @@ -71,7 +71,7 @@ dataGrid.SortTapAction=SortTapAction.DoubleTap; {% endhighlight %} The following screenshot shows the sorting functionality in the data grid: -![](SfDataGrid_images/Sorting.png) +![Xamarin.Android SFDataGrid sort-column by double click](SfDataGrid_images/Sorting.png) ## Sorting events From 434f157bac23358dfd2f88e3a698624c541e81ed Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Thu, 11 Aug 2022 13:58:04 +0300 Subject: [PATCH 2/3] renamed description --- xamarin-android/SfDataGrid/Sorting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xamarin-android/SfDataGrid/Sorting.md b/xamarin-android/SfDataGrid/Sorting.md index 14ac52cc..cb9049be 100644 --- a/xamarin-android/SfDataGrid/Sorting.md +++ b/xamarin-android/SfDataGrid/Sorting.md @@ -1,7 +1,7 @@ --- layout: post title: Sorting | SfDataGrid | Xamarin.Android | Syncfusion -description: How to sort the data and about the properties and events that involve in sorting in a SfDataGrid. +description: Learn here all more about sorting support in Syncfusion Essential Xamarine.Android SFDataGrid control, its elements, and more.. platform: Xamarin.Android control: SfDataGrid documentation: UG From d0c9632dad59552d2924d9305ee228a9f4488c8f Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Fri, 12 Aug 2022 12:43:03 +0300 Subject: [PATCH 3/3] more removed --- xamarin-android/SfDataGrid/Sorting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xamarin-android/SfDataGrid/Sorting.md b/xamarin-android/SfDataGrid/Sorting.md index cb9049be..cc843e1b 100644 --- a/xamarin-android/SfDataGrid/Sorting.md +++ b/xamarin-android/SfDataGrid/Sorting.md @@ -1,7 +1,7 @@ --- layout: post title: Sorting | SfDataGrid | Xamarin.Android | Syncfusion -description: Learn here all more about sorting support in Syncfusion Essential Xamarine.Android SFDataGrid control, its elements, and more.. +description: Learn here all about sorting support in Syncfusion Essential Xamarine.Android SFDataGrid control, its elements, and more.. platform: Xamarin.Android control: SfDataGrid documentation: UG