From 51367f94b5f032dc31bd72525e44279f118f4bcf Mon Sep 17 00:00:00 2001 From: Malini-SF4235 <153497178+Malini-SF4235@users.noreply.github.com> Date: Fri, 19 Sep 2025 19:45:41 +0530 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 260fc6c..fed69ce 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -# How to to display the RowIndex in GridRowHeaderCell when combined with SfDatapager in WPF DataGrid - -You can display row numbers in the GridRowHeaderCell by customizing the RowHeaderCell style. This can be achieved by binding the RowIndex to the TextBlock.Text property and using a MultiValueConverter. Additionally, you can handle the PageIndexChanged event in SfDataPager. This is demonstrated below. +# How to display the RowIndex in GridRowHeaderCell when combined with SfDatapager in WPF DataGrid? +You can display row numbers in the [GridRowHeaderCell](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridRowHeaderCell.html) by customizing the `GridRowHeaderCell` style. This can be achieved by binding the `RowIndex` to the `TextBlock.Text` property and using a MultiValueConverter. Additionally, you can handle the PageIndexChanged event in `SfDataPager`. ```XML