From d11e5bf461fa7d3a6add61fb76c1f59232cf52e7 Mon Sep 17 00:00:00 2001 From: Vishal Omprasad Date: Tue, 2 Sep 2025 16:13:23 +0530 Subject: [PATCH 1/4] 977013 - Kanban UG review corrections addressed --- winui/Kanban/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winui/Kanban/getting-started.md b/winui/Kanban/getting-started.md index 8d8658da..b1b2af53 100644 --- a/winui/Kanban/getting-started.md +++ b/winui/Kanban/getting-started.md @@ -57,7 +57,7 @@ public sealed partial class MainWindow : Window ## Populate WinUI Kanban item source -This section explains how to populate the .NET MAUI Kanban control's `ItemSource` by creating and binding both default and custom task data models. +This section explains how to populate the WinUI Kanban control's `ItemSource` by creating and binding both default and custom task data models. ### Creating the default model tasks From e2cb1a6038f7b5def881789d8b0995ca769fb046 Mon Sep 17 00:00:00 2001 From: Vishal Omprasad Date: Tue, 2 Sep 2025 16:23:30 +0530 Subject: [PATCH 2/4] 977013 - Kanban Getting Started UG default model output image removed --- winui/Kanban/getting-started.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/winui/Kanban/getting-started.md b/winui/Kanban/getting-started.md index b1b2af53..fe244504 100644 --- a/winui/Kanban/getting-started.md +++ b/winui/Kanban/getting-started.md @@ -214,8 +214,6 @@ public class ViewModel {% endhighlight %} {% endtabs %} -![defining-columns-in-winui-kanban](images/getting-started/defining-columns-in-winui-kanban.png) - ### Creating the custom model tasks with data mapping You can also map custom data model to our Kanban control. The following steps demonstrate how to render tasks using the [WinUI Kanban](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Kanban.SfKanban.html) control with respective custom data properties. From 50bb30e868d149e49b350809e60a7a3d6e6c477c Mon Sep 17 00:00:00 2001 From: Vishal Omprasad Date: Mon, 8 Sep 2025 12:48:51 +0530 Subject: [PATCH 3/4] 977013 - Kanban UG code-snippet highlight --- winui/Kanban/getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/winui/Kanban/getting-started.md b/winui/Kanban/getting-started.md index 8d8658da..2b9abcfd 100644 --- a/winui/Kanban/getting-started.md +++ b/winui/Kanban/getting-started.md @@ -75,7 +75,7 @@ To populate the kanban card items, utilize the [`ItemsSource`](https://help.sync The following sample code demonstrates this process in action: {% tabs %} -{% highlight XAML hl_lines="2, 4, 5, 6, 7, 8, 9" %} +{% highlight XAML hl_lines="2 4 5 6 7 8 9" %} {% endhighlight %} -{% highlight C# hl_lines="1, 2, 3, 4, 5" %} +{% highlight C# hl_lines="1 2 3 4 5" %} this.kanban.AutoGenerateColumns = false; this.kanban.ItemsSource = new ViewModel().TaskDetails; @@ -240,7 +240,7 @@ Alternatively, you can manually define columns by setting [`AutoGenerateColumns` Let’s look at the practical code example: {% tabs %} -{% highlight XAML hl_lines="2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27" %} +{% highlight XAML hl_lines="2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27" %} {% endhighlight %} -{% highlight C# hl_lines="1, 2" %} +{% highlight C# hl_lines="1 2" %} this.kanban.ItemsSource = new ViewModel().TaskDetails; this.kanban.ColumnMappingPath = "Status"; From 2d703746bc757789aedd3d3d61b349ef8ff971d5 Mon Sep 17 00:00:00 2001 From: Deepak Raj Sundar Date: Tue, 14 Oct 2025 03:51:44 +0530 Subject: [PATCH 4/4] Added the release notes MD file and corresponding node entry in the TOC.html file --- winui-toc.html | 2 +- winui/Release-notes/v31.2.2.md | 43 ++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 winui/Release-notes/v31.2.2.md diff --git a/winui-toc.html b/winui-toc.html index 43bb6c40..fbdc5249 100644 --- a/winui-toc.html +++ b/winui-toc.html @@ -681,7 +681,7 @@
  • Release Notes -