From 19ef4d29127833c6c207cbd340632f46389c2c49 Mon Sep 17 00:00:00 2001 From: Ashok Kuvaraja Date: Mon, 10 Nov 2025 15:38:11 +0530 Subject: [PATCH] Resolved DataGrid Issue. --- MAUI/DataGrid/conditional-styling.md | 1 - 1 file changed, 1 deletion(-) diff --git a/MAUI/DataGrid/conditional-styling.md b/MAUI/DataGrid/conditional-styling.md index 0e0c7467d..c10d6dd94 100644 --- a/MAUI/DataGrid/conditional-styling.md +++ b/MAUI/DataGrid/conditional-styling.md @@ -391,7 +391,6 @@ 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) {% tabs %} {% highlight xaml tabtitle="MainPage.xaml" %}