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" %} 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 %} 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 %} 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" %} 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