From ff4c01918f70b9807a31214fb43cd0d7f806df39 Mon Sep 17 00:00:00 2001 From: Brundha V Date: Mon, 10 Nov 2025 18:28:16 +0530 Subject: [PATCH 1/5] Resolve Conflict in the MAUI DataGrid conditional-styling.md file --- MAUI/DataGrid/conditional-styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAUI/DataGrid/conditional-styling.md b/MAUI/DataGrid/conditional-styling.md index 0e0c7467d..fb7edaab2 100644 --- a/MAUI/DataGrid/conditional-styling.md +++ b/MAUI/DataGrid/conditional-styling.md @@ -391,7 +391,7 @@ public class ForeColorConverter : IValueConverter ![Conditional cell styling based on RowIndex and ColumnIndex in .NET MAUI DataGrid](Images/conditional-styling/maui-datagrid-conditional-datagridcelltyle_basedon_rowcolumnindex.png) ### Customizing the BorderColor of a cell -You can customize the border color of individual cells in the SfDataGrid based on RowIndex and ColumnIndex property , and setting the `BorderColor` property in DataGridCell by writing the style for the [DataGridCell](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridCell.html) +You can customize the border color of individual cells in the SfDataGrid based on RowIndex and ColumnIndex property, and setting the `BorderColor` property in DataGridCell by writing the style for the [DataGridCell](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridCell.html) {% tabs %} {% highlight xaml tabtitle="MainPage.xaml" %} From c66d4e23740190316f5bd947c56bfdda5101ba06 Mon Sep 17 00:00:00 2001 From: ShyamSundar-SF4699 Date: Tue, 11 Nov 2025 13:36:19 +0530 Subject: [PATCH 2/5] Updated NET 10 in System-Requirements.md --- MAUI/System-Requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAUI/System-Requirements.md b/MAUI/System-Requirements.md index d559170b5..9b9b9cf92 100644 --- a/MAUI/System-Requirements.md +++ b/MAUI/System-Requirements.md @@ -37,7 +37,7 @@ Our .NET MAUI components are compatible with the following development environme ### Supported .NET versions * .NET 9.0 -* .NET 8.0 +* .NET 10.0 ### Supported platforms From dcd6558e6fb118aab7aaa9b847db7e52f23fedc5 Mon Sep 17 00:00:00 2001 From: Kamalesh-Periyasamy <127498902+Kamalesh-Periyasamy@users.noreply.github.com> Date: Thu, 13 Nov 2025 18:15:21 +0530 Subject: [PATCH 3/5] Fix formatting in Image Insertion documentation --- MAUI/Rich-Text-Editor/Image-Insertion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAUI/Rich-Text-Editor/Image-Insertion.md b/MAUI/Rich-Text-Editor/Image-Insertion.md index 5e23ab751..ec08d081d 100644 --- a/MAUI/Rich-Text-Editor/Image-Insertion.md +++ b/MAUI/Rich-Text-Editor/Image-Insertion.md @@ -11,9 +11,9 @@ documentation: ug The [SfRichTextEditor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html) supports inserting images (JPEG, PNG) into the content area. Images can be added by the end-user through the toolbar or programmatically from various sources like a stream or a file path. -**Enable File Access Permission** +## Enable File Access Permission -On MacCatalyst devices, you need to enable file access by adding the required permission in the platform specific "Entitlements.plist" file, as illustrated in the following code snippet. +On MacCatalyst devices, you need to enable file access by adding the required permission in the platform specific `Entitlements.plist` file, as illustrated in the following code snippet. {% tabs %} {% highlight C# tabtitle="Entitlements.plist" %} From e9b66b285397d09de0683d618e72b31a429e1c68 Mon Sep 17 00:00:00 2001 From: SaiyathAliFathima <103025761+SaiyathAliFathima@users.noreply.github.com> Date: Fri, 14 Nov 2025 09:56:29 +0530 Subject: [PATCH 4/5] Added the getting started youtube mp4 file --- MAUI/Rich-Text-Editor/Getting-Started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAUI/Rich-Text-Editor/Getting-Started.md b/MAUI/Rich-Text-Editor/Getting-Started.md index 303f5a09f..70c1985dd 100644 --- a/MAUI/Rich-Text-Editor/Getting-Started.md +++ b/MAUI/Rich-Text-Editor/Getting-Started.md @@ -11,6 +11,9 @@ documentation: ug This section guides you through setting up and configuring a **Rich Text Editor** in your .NET MAUI application. Follow the steps below to add a basic Rich Text Editor to your project. +To get start quickly with our [.NET MAUI Rich Text Editor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html), you can check the below video. + +{% youtube "https://www.youtube.com/watch?v=1r8OrZxG_HI" %} {% tabcontents %} {% tabcontent Visual Studio %} From 627500b8948fae15fd8bc96187a5006949bac50c Mon Sep 17 00:00:00 2001 From: EzhilarasanElangovan31 Date: Fri, 14 Nov 2025 10:53:15 +0530 Subject: [PATCH 5/5] commit --- MAUI/MarkdownViewer/GettingStarted.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAUI/MarkdownViewer/GettingStarted.md b/MAUI/MarkdownViewer/GettingStarted.md index eecd302f3..1c10bd8a0 100644 --- a/MAUI/MarkdownViewer/GettingStarted.md +++ b/MAUI/MarkdownViewer/GettingStarted.md @@ -12,6 +12,10 @@ keywords: .net maui markdownviewer, syncfusion markdownviewer maui, markdown vie This guide details the initial setup and basic usage of the [SfMarkdownViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.MarkdownViewer.SfMarkdownViewer.html) control, offering insight into its ability to render Markdown content with various formatting capabilities across mobile and desktop platforms. +To get start quickly with our [.NET MAUI MarkdownViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.MarkdownViewer.SfMarkdownViewer.html), you can check the below video. + +{% youtube "https://www.youtube.com/watch?v=4wHEDadFrxM" %} + {% tabcontents %} {% tabcontent Visual Studio %}