Skip to content
Closed
2 changes: 1 addition & 1 deletion MAUI/DataGrid/conditional-styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
Expand Down
4 changes: 4 additions & 0 deletions MAUI/MarkdownViewer/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down
3 changes: 3 additions & 0 deletions MAUI/Rich-Text-Editor/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
4 changes: 2 additions & 2 deletions MAUI/Rich-Text-Editor/Image-Insertion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
Expand Down
2 changes: 1 addition & 1 deletion MAUI/System-Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down