From c134255dccf77e97074986f9df1cd231fa61b711 Mon Sep 17 00:00:00 2001 From: SreemonPremkumarMuthukrishnan Date: Thu, 11 Dec 2025 01:27:26 +0530 Subject: [PATCH] ES-976509 - Resolved the ReadMe issue in the sample repository --- README.md | 19 ++++++++---------- IconForRowHeader.png => RowHeaderWithIcon.png | Bin 2 files changed, 8 insertions(+), 11 deletions(-) rename IconForRowHeader.png => RowHeaderWithIcon.png (100%) diff --git a/README.md b/README.md index b44d8a5..4cb9e30 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# How to add icon on specific row header of WPF DataGrid(SfDataGrid)? +# How to Add Icon on Specific Row Header of WPF DataGrid? -## About the sample +This sample illustrated that how to add icon on specific row header of [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid). -This sample illustrated that how to add icon on specific row header of [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid). +The `DataGrid` does not provide the direct support to add an image in RowHeader cells. But you can add an image in the RowHeader cell by customizing the [Syncfusion:GridRowHeaderCell](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridRowHeaderCell.html). -The [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid) does not provide the direct support to add an image in RowHeader cells. But you can add an image in the RowHeader cell by customizing the [Syncfusion:GridRowHeaderCell](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfGrid.WPF~Syncfusion.UI.Xaml.Grid.GridRowHeaderCell.html). +#### XAML -```xaml +```xml