From 40185cc969b5cf9700012c4c18a3047372f26af5 Mon Sep 17 00:00:00 2001 From: Sanjai-SF5070 Date: Wed, 25 Mar 2026 11:07:30 +0530 Subject: [PATCH 1/2] 1017611: Modified the content for sorting event --- blazor/treegrid/sorting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blazor/treegrid/sorting.md b/blazor/treegrid/sorting.md index 2c943f6660..acf1079341 100644 --- a/blazor/treegrid/sorting.md +++ b/blazor/treegrid/sorting.md @@ -160,7 +160,7 @@ public class TreeData ## Sorting events -During the sort action, the tree grid component triggers two events. The [ActionBegin](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.TreeGrid.TreeGridEvents-1.html#Syncfusion_Blazor_TreeGrid_TreeGridEvents_1_OnActionBegin) event triggers before the sort action starts, and the [ActionComplete](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.TreeGrid.TreeGridEvents-1.html#Syncfusion_Blazor_TreeGrid_TreeGridEvents_1_OnActionComplete) event triggers after the sort action is completed. Using these events the needed actions can be performed. +During the sort action, the tree grid component triggers two events. The [Sorting](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.TreeGrid.TreeGridEvents-1.html#Syncfusion_Blazor_TreeGrid_TreeGridEvents_1_Sorting) event triggers before the sort action starts, and the [Sorted](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.TreeGrid.TreeGridEvents-1.html#Syncfusion_Blazor_TreeGrid_TreeGridEvents_1_Sorted) event triggers after the sort action is completed. Using these events the needed actions can be performed. {% tabs %} From eeb82d83c172597fadcae328a616b73abf444b6f Mon Sep 17 00:00:00 2001 From: Sanjai-SF5070 Date: Wed, 25 Mar 2026 11:59:40 +0530 Subject: [PATCH 2/2] 1017611: Removed unnecessary notes in the sorting file --- blazor/treegrid/sorting.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/blazor/treegrid/sorting.md b/blazor/treegrid/sorting.md index acf1079341..98f3cd09e1 100644 --- a/blazor/treegrid/sorting.md +++ b/blazor/treegrid/sorting.md @@ -238,8 +238,6 @@ public class TreeData {% endtabs %} -N> The **args.requestType** is the current action name. For example, in sorting the **args.requestType** value is *sorting*. - ## Touch interaction When the tree grid header is tapped on the touchscreen devices, the selected column header is sorted. A popup ![Multi column sorting](images/sorting.jpg) is displayed for the multi-column sorting. To sort multiple columns, tap the popup![Multi sorting](images/msorting.jpg), and then tap the desired tree grid headers.