From 353034440a9fae66f98271bcb838cc22b3ae9e70 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:14:00 +0300 Subject: [PATCH 1/6] SEO-180841 UWP Page with Redirect --- uwp/TreeGrid/Row-Drag-And-Drop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwp/TreeGrid/Row-Drag-And-Drop.md b/uwp/TreeGrid/Row-Drag-And-Drop.md index ead2e20ba..2246a1902 100644 --- a/uwp/TreeGrid/Row-Drag-And-Drop.md +++ b/uwp/TreeGrid/Row-Drag-And-Drop.md @@ -431,4 +431,4 @@ public class TreeGridRowDragDropControllerExt : TreeGridRowDragDropController {% endtabs %} After dropping in tree grid, dragged item is added to TreeGrid based on the dropped position. -You can download the sample from [here](http://www.syncfusion.com/downloads/support/directtrac/general/ze/DragAndDrop_ListViewAndTreeGrid796052425). +You can download the sample from [here](https://www.syncfusion.com/downloads/support/directtrac/general/ze/DragAndDrop_ListViewAndTreeGrid796052425). From 70929e91af69bb9f862a9531e1fc388349cfd55b Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:36:32 +0300 Subject: [PATCH 2/6] fixed issues --- uwp/TreeGrid/Row-Drag-And-Drop.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uwp/TreeGrid/Row-Drag-And-Drop.md b/uwp/TreeGrid/Row-Drag-And-Drop.md index 2246a1902..e03062b0f 100644 --- a/uwp/TreeGrid/Row-Drag-And-Drop.md +++ b/uwp/TreeGrid/Row-Drag-And-Drop.md @@ -1,12 +1,12 @@ --- layout: post -title: Row drag and drop in SfTreeGrid -description: How to perform row drag and drop in SfTreeGrid +title: Row drag and drop in UWP TreeGrid | Syncfusion +description: Learn here all about how to perform row drag and drop in UWP TreeGrid control, its elements, and more. platform: uwp control: SfTreeGrid documentation: ug --- -# Row drag and drop +# Row drag and drop in UWP TreeGrid You can allow end-users to drag and drop the rows in SfTreeGrid and between two SfTreeGrid by setting [SfTreeGrid.AllowDraggingRows](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_AllowDraggingRows) to `true`.It is also possible to drag and drop to and from any other control. From cbfa5ac6c171dea98a1a9e81ef5f031f40dbe981 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:45:00 +0300 Subject: [PATCH 3/6] fixed image alt issue --- uwp/TreeGrid/Row-Drag-And-Drop.md | 6 +++--- ...png => uwp-treegrid-dragging-multiple-nodes.png} | Bin ...Drop_img2.png => uwp-treegrid-drop-position.png} | Bin ...Drop_img1.png => uwp-treegrid-row-drag-drop.png} | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename uwp/TreeGrid/Row-Drag-And-Drop_images/{Row-Drag-And-Drop_img3.png => uwp-treegrid-dragging-multiple-nodes.png} (100%) rename uwp/TreeGrid/Row-Drag-And-Drop_images/{Row-Drag-And-Drop_img2.png => uwp-treegrid-drop-position.png} (100%) rename uwp/TreeGrid/Row-Drag-And-Drop_images/{Row-Drag-And-Drop_img1.png => uwp-treegrid-row-drag-drop.png} (100%) diff --git a/uwp/TreeGrid/Row-Drag-And-Drop.md b/uwp/TreeGrid/Row-Drag-And-Drop.md index e03062b0f..b7466db67 100644 --- a/uwp/TreeGrid/Row-Drag-And-Drop.md +++ b/uwp/TreeGrid/Row-Drag-And-Drop.md @@ -22,10 +22,10 @@ treeGrid.AllowDraggingRows = true; {% endhighlight %} {% endtabs %} -![](Row-Drag-And-Drop_images/Row-Drag-And-Drop_img1.png) +![Row drag and drop in UWP TreeGrid](Row-Drag-And-Drop_images/uwp-treegrid-row-drag-drop.png) While dropping, the dragged node(s) can be added above or below or as a child node based on its drop position. For example, if you drop at the bottom of node, it will be added below the node and if you are dropping over the node, the it will be added as child of that node. -![](Row-Drag-And-Drop_images/Row-Drag-And-Drop_img2.png) +![Node drop position in UWP TreeGrid](Row-Drag-And-Drop_images/uwp-treegrid-drop-position.png) ## Auto expanding the node on drag over @@ -43,7 +43,7 @@ N> When drop position is “Drop as child”, drag indicators will not be shown. ## Dragging multiple nodes SfTreeGrid allows user to drag multiple selected nodes. You can enable multiple selection by setting [SfTreeGrid.SelectionMode](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_SelectionMode) as `Multiple` or `Extended`. -![](Row-Drag-And-Drop_images/Row-Drag-And-Drop_img3.png) +![Dragging multiple nodes in UWP TreeGrid](Row-Drag-And-Drop_images/uwp-treegrid-dragging-multiple-nodes.png) ## Drag and Drop between TreeGrids diff --git a/uwp/TreeGrid/Row-Drag-And-Drop_images/Row-Drag-And-Drop_img3.png b/uwp/TreeGrid/Row-Drag-And-Drop_images/uwp-treegrid-dragging-multiple-nodes.png similarity index 100% rename from uwp/TreeGrid/Row-Drag-And-Drop_images/Row-Drag-And-Drop_img3.png rename to uwp/TreeGrid/Row-Drag-And-Drop_images/uwp-treegrid-dragging-multiple-nodes.png diff --git a/uwp/TreeGrid/Row-Drag-And-Drop_images/Row-Drag-And-Drop_img2.png b/uwp/TreeGrid/Row-Drag-And-Drop_images/uwp-treegrid-drop-position.png similarity index 100% rename from uwp/TreeGrid/Row-Drag-And-Drop_images/Row-Drag-And-Drop_img2.png rename to uwp/TreeGrid/Row-Drag-And-Drop_images/uwp-treegrid-drop-position.png diff --git a/uwp/TreeGrid/Row-Drag-And-Drop_images/Row-Drag-And-Drop_img1.png b/uwp/TreeGrid/Row-Drag-And-Drop_images/uwp-treegrid-row-drag-drop.png similarity index 100% rename from uwp/TreeGrid/Row-Drag-And-Drop_images/Row-Drag-And-Drop_img1.png rename to uwp/TreeGrid/Row-Drag-And-Drop_images/uwp-treegrid-row-drag-drop.png From da5515f891eff1064fe3b7248902e71d6a862829 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:01:05 +0300 Subject: [PATCH 4/6] SEO-181417 UWP TreeGrid Redirect --- uwp/TreeGrid/Node-CheckBox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwp/TreeGrid/Node-CheckBox.md b/uwp/TreeGrid/Node-CheckBox.md index 7f9115f72..08958784f 100644 --- a/uwp/TreeGrid/Node-CheckBox.md +++ b/uwp/TreeGrid/Node-CheckBox.md @@ -346,7 +346,7 @@ N> ### NodeCheckStateChanged -[NodeCheckStateChanged](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html) event triggered when user check or uncheck the node check box. +[NodeCheckStateChanged](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_NodeCheckStateChanged) event triggered when user check or uncheck the node check box. {% tabs %} {% highlight c# %} From c5822b4d12cac42c6a75a6a01825f1159f1acdca Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:09:46 +0300 Subject: [PATCH 5/6] changed redirect links --- uwp/DataGrid/Grouping.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uwp/DataGrid/Grouping.md b/uwp/DataGrid/Grouping.md index 1c83fd049..b01423418 100644 --- a/uwp/DataGrid/Grouping.md +++ b/uwp/DataGrid/Grouping.md @@ -560,7 +560,7 @@ You can download the sample demo [here](https://www.syncfusion.com/downloads/sup ### GroupExpanding event -The [SfDataGrid.GroupExpanding](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfDataGrid.html) event occurs when the group is being expanded. +The [SfDataGrid.GroupExpanding](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_GroupExpanding) event occurs when the group is being expanded. The [GroupChangingEventArgs](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.GroupChangingEventArgs.html) of the [GroupExpanding](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfDataGrid.html) event provides the information about the expanding group and it has the following members. @@ -588,7 +588,7 @@ private void DataGrid_GroupExpanding(object sender, GroupChangingEventArgs e) ### GroupExpanded event -The [SfDataGrid.GroupExpanded](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfDataGrid.html) event occurs after the group is expanded. +The [SfDataGrid.GroupExpanded](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_GroupExpanded) event occurs after the group is expanded. The [GroupChangedEventArgs](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.GroupChangedEventArgs.html) of the `GroupExpanded` event provides the information about the expanded group and it has the following member. @@ -597,7 +597,7 @@ The [GroupChangedEventArgs](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xam ### GroupCollapsing event -The [SfDataGrid.GroupCollapsing](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfDataGrid.html) event occurs when the group is being collapsed. +The [SfDataGrid.GroupCollapsing](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_GroupCollapsing) event occurs when the group is being collapsed. The [GroupChangingEventArgs](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.GroupChangingEventArgs.html) of the `GroupCollapsing` event provides the information about the collapsing group and it contains the following member. @@ -625,7 +625,7 @@ private void DataGrid_GroupCollapsing(object sender, GroupChangingEventArgs e) ### GroupCollapsed event -The [SfDataGrid.GroupCollapsed](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfDataGrid.html) event occurs after the group is collapsed. +The [SfDataGrid.GroupCollapsed](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_GroupCollapsed) event occurs after the group is collapsed. [GroupChangedEventArgs](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.GroupChangedEventArgs.html) of the `GroupCollapsed` event provides the information about collapsed group and it contains the following member. From 8c543c29aa4dda3e5dedfd3da6b53cba924215c7 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:32:45 +0300 Subject: [PATCH 6/6] changed redirect links --- uwp/DataGrid/Grouping.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/uwp/DataGrid/Grouping.md b/uwp/DataGrid/Grouping.md index b01423418..9d5ab6dc9 100644 --- a/uwp/DataGrid/Grouping.md +++ b/uwp/DataGrid/Grouping.md @@ -1,7 +1,7 @@ --- layout: post title: Grouping in UWP DataGrid control | Syncfusion -description: Learn here all about Grouping support in Syncfusion UWP DataGrid (SfDataGrid) control and more. +description: Learn here all about grouping support in Syncfusion UWP DataGrid (SfDataGrid) control, its element and more. platform: uwp control: SfDataGrid documentation: ug @@ -567,9 +567,9 @@ The [GroupChangingEventArgs](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xa [Group](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.GroupChangingEventArgs.html#Syncfusion_UI_Xaml_Grid_GroupChangingEventArgs_Group) - Gets the group that’s being expanded. -[Cancel](https://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(System.ComponentModel.CancelEventArgs.Cancel)&rd=true) – Decides whether to cancel the group expansion. +[Cancel](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.canceleventargs.cancel?view=net-8.0&f1url=%3FappId%3DDev10IDEF1%26l%3DEN-US%26k%3Dk(System.ComponentModel.CancelEventArgs.Cancel)%26rd%3Dtrue) – Decides whether to cancel the group expansion. -You can cancel the group expansion by setting [GroupChangingEventArgs.Cancel](https://learn.microsoft.com/en-us/library/system.componentmodel.canceleventargs.cancel.aspx) to `true`. +You can cancel the group expansion by setting [GroupChangingEventArgs.Cancel](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.canceleventargs.cancel?view=net-8.0) to `true`. {% tabs %} {% highlight c# %} @@ -604,9 +604,9 @@ The [GroupChangingEventArgs](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xa [Group](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.GroupChangingEventArgs.html#Syncfusion_UI_Xaml_Grid_GroupChangingEventArgs_Group) - Gets the group that’s being collapsed. -[Cancel](https://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(System.ComponentModel.CancelEventArgs.Cancel)&rd=true) – Decides whether to cancel the group collapsing. +[Cancel](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.canceleventargs.cancel?view=net-8.0&f1url=%3FappId%3DDev10IDEF1%26l%3DEN-US%26k%3Dk(System.ComponentModel.CancelEventArgs.Cancel)%26rd%3Dtrue) – Decides whether to cancel the group collapsing. -You can cancel the group is being collapsed by using [GroupChangingEventArgs.Cancel](https://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(System.ComponentModel.CancelEventArgs.Cancel)&rd=true) of `GroupCollapsing` event. +You can cancel the group is being collapsed by using [GroupChangingEventArgs.Cancel](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.canceleventargs.cancel?view=net-8.0&f1url=%3FappId%3DDev10IDEF1%26l%3DEN-US%26k%3Dk(System.ComponentModel.CancelEventArgs.Cancel)%26rd%3Dtrue) of `GroupCollapsing` event. {% tabs %}